_IMAGE_RUNTIME_FUNCTION_ENTRY structure
Represents an entry in the function table on 64-bit Windows.
Syntax
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 | DbgHelp.dll 5.1 or later |
|---|---|
|
Header |
|
See also
Send comments about this topic to Microsoft
Build date: 10/26/2012