Previous section.

Common Security: CDSA and CSSM
Copyright © 1997 The Open Group

NAME

CSSM_GetModuleManagerInfo

SYNOPSIS

CSSM_MODULEMANAGER_INFO_PTR CSSMAPI CSSM_GetModuleManagerInfo
    (const CSSM_GUID_PTR GUID,
    CSSM_SERVICE_MASK ServiceType);

DESCRIPTION

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.

PARAMETERS

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.

RETURN VALUE

A CSSM_MODULEMANAGER_INFO_PTR to an info structure.

ERRORS

CSSM_INVALID_SERVICE_MASK

Invalid bit mask.

CSSM_MEMORY_ERROR

Internal memory error.

CSSM_INVALID_GUID

Unknown GUID.


Why not acquire a nicely bound hard copy?
Click here to return to the publication details or order a copy of this publication.
You should also read the legal notice explaining the terms and conditions relating to the CDSA documentation.

Contents Next section Index