Share via


ENTRY_END

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

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 currently ignores Name.

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, SH4 Kxshx.h

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: See Remarks.

See Also

NESTED_ENTRY | LEAF_ENTRY

 Last updated on Thursday, April 08, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.