IDebugEventContextCallbacks::ChangeDebuggeeState method (dbgeng.h)

Debuggee state, such as registers or data spaces, has changed.

This is an informational callback notifying the provider about changes in debug state. The return value of this callbacks is ignored. Implementations can't call back into the engine.

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

Syntax

HRESULT ChangeDebuggeeState(
       ULONG   Flags,
       ULONG64 Argument,
  [in] PVOID   Context,
  [in] ULONG   ContextSize
);

Parameters

Flags

Argument

[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.

[in] ContextSize

Specifies the size of the buffer Context.

Requirements

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

See also

IDebugEventContextCallbacks (dbgeng.h)