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


CSSM_LIST

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

This structure is used to encapsulate an array of CSSM_LIST_ITEMs, where the array length is given by the Length variable.

typedef struct cssm_list{ 
    uint32 NumberItems;
    CSSM_LIST_ITEM_PTR Items;
} CSSM_LIST, *CSSM_LIST_PTR

Definitions:

NumberItems
The number of items in the list.
Items
An array of pointers to the item structures.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014