IDebugModuleLoadEvent2::GetModule

获取正在加载或卸载的模块。

语法

int GetModule( 
   out IDebugModule2 pModule,
   ref string        pbstrDebugMessage,
   ref int           pbLoad
);

参数

pModule
[out]返回一个 IDebugModule2 对象,该对象表示正在加载或卸载的模块。

pbstrDebugMessage
[in, out]返回描述此事件的可选消息。 如果此参数为 null 值,则不请求任何消息。

pbLoad
[in, out]如果模块正在加载,则为非零TRUEFALSE)(如果模块正在卸载)。 如果此参数为 null 值,则不请求任何状态。

返回值

如果成功,则返回 S_OK;否则,返回错误代码。

另请参阅