IDebugSymbolProviderDirect::GetCurrentModulesInfo
Applies to: Visual Studio Visual Studio for Mac
Note
This article applies to Visual Studio 2017. If you're looking for the latest Visual Studio documentation, see Visual Studio documentation. We recommend upgrading to the latest version of Visual Studio. Download it here
Retrieves information about the modules in the symbol group.
Syntax
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
);
Parameters
pCount
[in] Number of modules in the ppGuids
array.
ppGuids
[in] Array that contains the unique identifiers for the modules.
pADIds
[in] Identifiers for the application domains.
pCurrentState
[in] Current state of the symbol group.
ppCDModItfs
[out] Returns an object that contains the modules in the symbol group.
Return Value
If successful, returns S_OK
; otherwise, returns an error code.