estrutura DEBUG_LAST_EVENT_INFO_EXCEPTION (dbgeng.h)
Descreve a exceção do último evento.
Sintaxe
typedef struct _DEBUG_LAST_EVENT_INFO_EXCEPTION {
EXCEPTION_RECORD64 ExceptionRecord;
ULONG FirstChance;
} DEBUG_LAST_EVENT_INFO_EXCEPTION, *PDEBUG_LAST_EVENT_INFO_EXCEPTION;
Membros
ExceptionRecord
Um registro de exceção.
FirstChance
Um valor de primeira chance.
Requisitos
Requisito | Valor |
---|---|
cabeçalho | dbgeng.h (inclua DbgEng.h) |