CSSM_Load
CSSM_RETURN CSSMAPI CSSM_Load
(CSSM_CSSMINFO_PTR CssmInfo)
This function loads the CSSM instance specified by the CSSM_CSSMINFO structure.
- CssmInfo (input)
A pointer to the CSSM_CSSMINFO structure specifying the CSSM instance to be loaded.
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.
- CSSM_INVALID_POINTER
Invalid pointer.
- CSSM_LOAD_FAIL
Load operation failed.
- CSSM_NOT_INSTALLED
Specified CSSM has not been installed.
CSSM_GetInfo, CSSM_FreeInfo
Contents | Next section | Index |