ALTERNATE_ENTRY (ARM) (Windows CE 5.0)

Send Feedback

This macro declares an alternate entry to a routine of type NESTED_ENTRY (ARM) or LEAF_ENTRY (ARM).

ALTERNATE_ENTRYName[,[Section=]SectionName]

Parameters

  • Name
    The entry point.
  • SectionName
    The name of the section where the entry appears; see Remarks.

Return Values

None.

Remarks

Name is in the global name space.

The ALTERNATE_ENTRY macro does not use the SectionName parameter. The parameter is accepted and ignored for consistency with NESTED_ENTRY and LEAF_ENTRY.

If used, an ALTERNATE_ENTRY call must appear in the body of a routine.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Kxarm.h.

See Also

NESTED_ENTRY (ARM) | LEAF_ENTRY (ARM)

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.