CSSM_DL_DB_LIST
This data structure defines a list of handle pairs (DL handle, data store handle).
typedef struct cssm_dl_db_list {
uint32 NumHandles;
CSSM_DL_DB_HANDLE_PTR DLDBHandle;
} CSSM_DL_DB_LIST, *CSSM_DL_DB_LIST_PTR;
Definitions:
- NumHandles
- Number of (DL handle, data store handle) pairs in the list.
- DLDBHandle
- List of (DL handle, data store handle) pairs.