|
VMS Help CDSA, Decode CDSA Error *Conan The Librarian |
NAME
Decode_CDSA_Error - Turn a CDSA error code into the corresponding message
SYNOPSIS
#include <cssmerr.h>
void Decode_CDSA_Error( CSSM_RETURN Error_Code,
char *Error_Label_String,
char *Error_String);
LIBRARY
Common Security Services Manager library (CDSA$INCSSM300_SHR.EXE)
PARAMETERS
Error_Code (input) The numeric error code return by CDSA
routines.
Error_Label_String (output) The string representing the error code
itself.
Error_String (output) The string describing the error.
DESCRIPTION
This routine converts a numeric CDSA error code into two strings.
Error_Label_String is a string representing the error that can be used
in error-checking code. Error_String is a description of the error.
RETURN VALUE
None
ERRORS
None
|
|