DEBUG_LAST_EVENT_INFO_EXIT_PROCESS structure (dbgeng.h)

Describes the exit process of the last event.

Syntax

typedef struct _DEBUG_LAST_EVENT_INFO_EXIT_PROCESS {
  ULONG ExitCode;
} DEBUG_LAST_EVENT_INFO_EXIT_PROCESS, *PDEBUG_LAST_EVENT_INFO_EXIT_PROCESS;

Members

ExitCode

The exit code of the process.

Requirements

Requirement Value
Header dbgeng.h (include DbgEng.h)