_IMAGE_RUNTIME_FUNCTION_ENTRY Structure

Debug Help Library

_IMAGE_RUNTIME_FUNCTION_ENTRY Structure

Represents an entry in the function table on 64-bit Windows.

typedef struct _IMAGE_RUNTIME_FUNCTION_ENTRY {
DWORD BeginAddress;
DWORD EndAddress;
DWORD UnwindInfoAddress; } _IMAGE_RUNTIME_FUNCTION_ENTRY,
*_PIMAGE_RUNTIME_FUNCTION_ENTRY;

Members

BeginAddress

The address of the start of the function.

EndAddress

The address of the end of the function.

UnwindInfoAddress

The address of the unwind information for the function.

Requirements

Redistributable

Requires DbgHelp.dll 5.1 or later.

Header

Declared in Winnt.h; include Windows.h.

See Also

SymFunctionTableAccess64


Send comments about this topic to Microsoft

Build date: 9/25/2007

© 2007 Microsoft Corporation. All rights reserved.