estructura RUNTIME_FUNCTION (winnt.h)
Representa una entrada de la tabla de funciones en Windows de 64 bits.
Sintaxis
typedef struct _IMAGE_RUNTIME_FUNCTION_ENTRY {
DWORD BeginAddress;
DWORD EndAddress;
union {
DWORD UnwindInfoAddress;
DWORD UnwindData;
} DUMMYUNIONNAME;
} RUNTIME_FUNCTION, *PRUNTIME_FUNCTION, _IMAGE_RUNTIME_FUNCTION_ENTRY, *_PIMAGE_RUNTIME_FUNCTION_ENTRY;
Miembros
BeginAddress
Dirección del inicio de la función.
EndAddress
Dirección del final de la función.
DUMMYUNIONNAME
DUMMYUNIONNAME.UnwindInfoAddress
Dirección de la información de desenredado de la función.
DUMMYUNIONNAME.UnwindData
Requisitos
Requisito | Valor |
---|---|
Header | winnt.h (incluya Windows.h) |
Redistribuible | DbgHelp.dll 5.1 o posterior |