structure RUNTIME_FUNCTION (winnt.h)
Représente une entrée dans la table de fonctions sur Windows 64 bits.
Syntaxe
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;
Membres
BeginAddress
Adresse du début de la fonction.
EndAddress
Adresse de la fin de la fonction.
DUMMYUNIONNAME
DUMMYUNIONNAME.UnwindInfoAddress
Adresse des informations de déroulement de la fonction.
DUMMYUNIONNAME.UnwindData
Configuration requise
Condition requise | Valeur |
---|---|
En-tête | winnt.h (inclure Windows.h) |
Composant redistribuable | DbgHelp.dll 5.1 ou version ultérieure |