Previous section.

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

NAME

CSSM_Load

SYNOPSIS

CSSM_RETURN CSSMAPI CSSM_Load
    (CSSM_CSSMINFO_PTR CssmInfo)

DESCRIPTION

This function loads the CSSM instance specified by the CSSM_CSSMINFO structure.

PARAMETERS

CssmInfo (input)

A pointer to the CSSM_CSSMINFO structure specifying the CSSM instance to be loaded.

RETURN VALUE

A CSSM_OK return value signifies the CSSM instance has been successfully loaded. When CSSM_FAIL is returned, an error occurred. Use CSSM_GetError to obtain the error code.

ERRORS

CSSM_INVALID_POINTER

Invalid pointer.

CSSM_LOAD_FAIL

Load operation failed.

CSSM_NOT_INSTALLED

Specified CSSM has not been installed.

SEE ALSO

CSSM_GetInfo,
CSSM_FreeInfo

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