Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This macro declares the beginning of a routine that either has an existing frame or creates a stack frame.
NESTED_ENTRYName[,[Section=]SectionName]
Parameters
Name
The routine name.SectionName
Optional. The name of the section where the entry appearsDefaults to text.
Return Values
None.
Remarks
Name is in the global name space.
A NESTED_ENTRY must have an associated PROLOG_END (ARM) and ENTRY_END (ARM).
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Kxarm.h.
See Also
ENTRY_END (ARM) | PROLOG_END (ARM)
Send Feedback on this topic to the authors