z/OS Open Cryptographic Services Facility Application Programming
Previous topic | Next topic | Contents | Index | Contact z/OS | Library | PDF


CSSM_RETURN

z/OS Open Cryptographic Services Facility Application Programming
SC24-5899-01

This data type is used to indicate whether a function was successful.

typedef enum cssm_return {
             CSSM_OK = 0,
             CSSM_FAIL = -1
} CSSM_RETURN

Definitions:

CSSM_OK
Indicates operation was successful.
CSSM_FAIL
Indicates operation was unsuccessful.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014