DEBUG_LAST_EVENT_INFO_SYSTEM_ERROR structure (dbgeng.h)
Describes the system error of the last event.
Syntax
typedef struct _DEBUG_LAST_EVENT_INFO_SYSTEM_ERROR {
ULONG Error;
ULONG Level;
} DEBUG_LAST_EVENT_INFO_SYSTEM_ERROR, *PDEBUG_LAST_EVENT_INFO_SYSTEM_ERROR;
Members
Error
The error code for the event.
Level
The error level for the event.
Requirements
Requirement | Value |
---|---|
Header | dbgeng.h (include DbgEng.h) |