Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Describes the exception of the last event.
Syntax
typedef struct _DEBUG_LAST_EVENT_INFO_EXCEPTION {
EXCEPTION_RECORD64 ExceptionRecord;
ULONG FirstChance;
} DEBUG_LAST_EVENT_INFO_EXCEPTION, *PDEBUG_LAST_EVENT_INFO_EXCEPTION;
Members
ExceptionRecord
An exception record.
FirstChance
A first chance value.
Requirements
Requirement | Value |
---|---|
Header | dbgeng.h (include DbgEng.h) |