DEBUG_LAST_EVENT_INFO_EXCEPTION structure (dbgeng.h)
Décrit l’exception du dernier événement.
Syntaxe
typedef struct _DEBUG_LAST_EVENT_INFO_EXCEPTION {
EXCEPTION_RECORD64 ExceptionRecord;
ULONG FirstChance;
} DEBUG_LAST_EVENT_INFO_EXCEPTION, *PDEBUG_LAST_EVENT_INFO_EXCEPTION;
Membres
ExceptionRecord
Enregistrement d’exception.
FirstChance
Valeur de première chance.
Configuration requise
Condition requise | Valeur |
---|---|
En-tête | dbgeng.h (inclure DbgEng.h) |