ALTERNATE_ENTRY (ARM) (Windows Embedded CE 6.0)
1/5/2010
This macro declares an alternate entry to a routine of type NESTED_ENTRY (ARM) or LEAF_ENTRY (ARM).
Syntax
ALTERNATE_ENTRY Name[,[Section=]SectionName]
Parameters
- Name
The entry point.
- SectionName
The name of the section where the entry appears; see Remarks.
Return Value
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 (ARM) and LEAF_ENTRY (ARM).
If used, an ALTERNATE_ENTRY call must appear in the body of a routine.