IDebugEventContextCallbacks::UnloadModule 方法 (dbgeng.h)

当模块卸载调试事件发生在目标中时,引擎将调用 UnloadModule 回调方法。

有关参数说明和其他信息,请参阅 IDebugEventCallbacks::UnloadModule

语法

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

参数

ImageBaseName

BaseOffset

[in] Context

DEBUG_EVENT_CONTEXT 结构 指定为每个事件回调的“context”参数。 上下文结构包含有关发生的调试事件的其他信息。

[in] ContextSize

指定缓冲区上下文的大小。

要求

要求 价值
标头 dbgeng.h (包括 dbgeng.h)

另请参阅

IDebugEventContextCallbacks (dbgeng.h)