Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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.