NAME
Print_CDSA_Error — Output the CDSA error strings to SYS$OUTPUT
LIBRARY
Common Security Services Manager library (CDSA$INCSSM300_SHR.EXE)
PARAMETERS
Error_Code (input) |
| | The numeric error code return
by CDSA routines. |
SYNOPSIS
# include <cssm.h>
void Print_CDSA_Error( CSSM_RETURN Error_Code);
|
DESCRIPTION
This routine outputs the strings returned by Decode_CDSA_Error to SYS$OUTPUT.
It provides a simple way report CDSA errors from a user program.