Share via


ENTRY_END (ARM) (Windows CE 5.0)

Send Feedback

This macro ends the current routine specified by NESTED_ENTRY (ARM) or LEAF_ENTRY (ARM).

ENTRY_END[Name]

Parameters

  • Name
    See Remarks.

Return Values

None.

Remarks

Name should be the same name used in the NESTED_ENTRY or LEAF_ENTRY macros.

The ENTRY_END macro ignores Name.

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.