IDebugEventContextCallbacks::UnloadModule method (dbgeng.h)

The UnloadModule callback method is called by the engine when a module-unload debugging event occurs in the target.

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

Syntax

HRESULT UnloadModule(
       PCWSTR  ImageBaseName,
       ULONG64 BaseOffset,
  [in] PVOID   Context,
  [in] ULONG   ContextSize
);

Parameters

ImageBaseName

BaseOffset

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