ALTERNATE_ENTRY
This macro declares an alternate entry to a routine of type NESTED_ENTRY or LEAF_ENTRY.
ALTERNATE_ENTRY Name[,
[Section=]SectionName]
Parameters
- Name
Name is the entry point and is in the global name space. - SectionName
SectionName is the name of the section in which the entry will appear; see Remarks.
Return Values
None.
Remarks
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.
Each supported microprocessor contains a definition for this macro in a microprocessor-specific header file. The following table shows the supported microprocessor families and the related header file that contains the macro definition for that family.
Microprocessor family | Header file name |
---|---|
ARM | Kxarm.h |
SH3, SH-4 | Kxshx.h |
MIPS | Kxmips.h |
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: See Remarks.
See Also
Last updated on Thursday, April 08, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.