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


CSSM_RANGE

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

typedef struct cssm_range {
uint32 Min;/* inclusive minimium value */
uint32 Max;/* inclusive maximium value */
} CSSM_RANGE, *CSSM_RANGE_PTR

Definitions:

Min
Minimum value in the range.
Max
Maximum value in the range.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014