CSSM_ListAttachedModuleManagers
CSSM_RETURN CSSMAPI CSSM_ListAttachedModuleManagers
(CSSM_GUID_PTR ModuleManagerGuids,
uint32 *NumberOfModuleManagers);
This function returns a list of GUIDs for the currently attached/active module managers in the CSSM environment.
- ModuleManagerGuids (output)
A pointer to an array of CSSM_GUID structures, one per active module manager.
- NumberOfModuleManagers (output)
The number of GUIDs in the array.
A CSSM_OK return value means a GUID list has been returned If CSSM_FAIL is returned, an error has occurred. Use CSSM_GetError to obtain the error code.
- CSSM_MEMORY_ERROR
Internal memory error.
- CSSM_INVALID_GUID
Unknown GUID.
Contents | Next section | Index |