检索有关模块的符号信息在组中。
HRESULT GetCurrentModulesInfo(
unsigned long * pCount,
GUID * ppGuids,
DWORD * pADIds,
DWORD * pCurrentState,
IUnknown ** ppCDModItfs
);
int GetCurrentModulesInfo(
uint pCount,
Guid ppGuids,
uint pADIds,
uint pCurrentState,
out object ppCDModItfs
);
参数
pCount
[in] 模块数。 ppGuids 数组。ppGuids
[in] 对包含模块的唯一标识符。pADIds
[in] 应用程序域的标识符。pCurrentState
[in] 符号组的当前状态。ppCDModItfs
[out] 返回在符号组中包含模块的对象。
返回值
如果成功,则返回; S_OK否则,返回错误代码。