DEBUG_LAST_EVENT_INFO_EXCEPTION結構 (dbgeng.h)
描述最後一個事件的例外狀況。
語法
typedef struct _DEBUG_LAST_EVENT_INFO_EXCEPTION {
EXCEPTION_RECORD64 ExceptionRecord;
ULONG FirstChance;
} DEBUG_LAST_EVENT_INFO_EXCEPTION, *PDEBUG_LAST_EVENT_INFO_EXCEPTION;
成員
ExceptionRecord
例外狀況記錄。
FirstChance
第一個機率值。
規格需求
需求 | 值 |
---|---|
標頭 | dbgeng.h (包含 DbgEng.h) |