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

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

要求

要求
Header dbgeng.h (包括 dbgeng.h)

另请参阅

IDebugEventContextCallbacks (dbgeng.h)