struktur RUNTIME_FUNCTION (winnt.h)
Mewakili entri dalam tabel fungsi pada Windows 64-bit.
Sintaks
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;
Anggota
BeginAddress
Alamat awal fungsi.
EndAddress
Alamat akhir fungsi.
DUMMYUNIONNAME
DUMMYUNIONNAME.UnwindInfoAddress
Alamat informasi unwind untuk fungsi.
DUMMYUNIONNAME.UnwindData
Persyaratan
Persyaratan | Nilai |
---|---|
Header | winnt.h (sertakan Windows.h) |
Redistribusi | DbgHelp.dll 5.1 atau yang lebih baru |