Previous section.

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

NAME

CSSM_ListAttachedModuleManagers

SYNOPSIS

CSSM_RETURN CSSMAPI CSSM_ListAttachedModuleManagers
    (CSSM_GUID_PTR ModuleManagerGuids,
    uint32 *NumberOfModuleManagers);

DESCRIPTION

This function returns a list of GUIDs for the currently attached/active module managers in the CSSM environment.

PARAMETERS

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.

RETURN VALUE

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.

ERRORS

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