IDebugEventContextCallbacks::ExitThread method (dbgeng.h)

The ExitThread callback method is called by the engine when an exit-thread debugging event occurs in the target.

Refer to IDebugEventCallbacks::ExitThread for parameter description and additional information.

Syntax

HRESULT ExitThread(
       ULONG ExitCode,
  [in] PVOID Context,
  [in] ULONG ContextSize
);

Parameters

ExitCode

[in] Context

Specifies the DEBUG_EVENT_CONTEXT structure as the “context” parameter of each event callback. The context structure contains additional information about the debug event that occurred.

Refer to IDebugEventCallbacks::ExitThread for parameter description and additional information.

[in] ContextSize

Specifies the size of the buffer Context.

Requirements

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

See also

IDebugEventContextCallbacks (dbgeng.h)