Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Retrieves information about the modules in the symbol group.
Syntax
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.