DEBUG_LAST_EVENT_INFO_EXCEPTION structure (dbgeng.h)

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)