IDebugSymbolProviderDirect::GetCurrentModulesInfo
擷取 [符號] 群組中模組的相關資訊。
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。 否則,會傳回錯誤碼。