CSSM_GetModuleManagerInfo
CSSM_MODULEMANAGER_INFO_PTR CSSMAPI CSSM_GetModuleManagerInfo
(const CSSM_GUID_PTR GUID,
CSSM_SERVICE_MASK ServiceType);
This function returns descriptive information about the elective module manager identified by the GUID or the service mask. Each is a unique identifier of an elective module manager. Either identifier is a sufficient specification. The returned information structure contains the basic descriptive information registered with CSSM during the module manager installation process.
- GUID (input/optional)
A pointer to the CSSM_GUID structure containing the global unique identifier for the elective module manager.
- ServiceType (input/optional)
A bit mask specifying the service category supported by the elective module manager.
A CSSM_MODULEMANAGER_INFO_PTR to an info structure.
- CSSM_INVALID_SERVICE_MASK
Invalid bit mask.
- CSSM_MEMORY_ERROR
Internal memory error.
- CSSM_INVALID_GUID
Unknown GUID.
Contents | Next section | Index |