LEAF_ENTRY (ARM) (Windows CE 5.0)

Send Feedback

This macro declares the beginning of a routine that does not require prolog code.

LEAF_ENTRYName[,[Section=]SectionName]

Parameters

  • Name
    The routine name.

  • SectionName
    Optional.**The name of the section where the entry appears. I

    Defaults to .text.

Return Values

None.

Remarks

Name is in the global name space.

A LEAF_ENTRY must have an associated 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

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.