estructura DEBUG_LAST_EVENT_INFO_EXCEPTION (dbgeng.h)
Describe la excepción del último evento.
Sintaxis
typedef struct _DEBUG_LAST_EVENT_INFO_EXCEPTION {
EXCEPTION_RECORD64 ExceptionRecord;
ULONG FirstChance;
} DEBUG_LAST_EVENT_INFO_EXCEPTION, *PDEBUG_LAST_EVENT_INFO_EXCEPTION;
Miembros
ExceptionRecord
Un registro de excepción.
FirstChance
Un primer valor de oportunidad.
Requisitos
Requisito | Valor |
---|---|
Header | dbgeng.h (include DbgEng.h) |