[][src]Type Definition pkcs11::functions::C_GetSlotList

type C_GetSlotList = extern "C" fn(tokenPresent: CK_BBOOL, pSlotList: CK_SLOT_ID_PTR, pulCount: CK_ULONG_PTR) -> CK_RV;

C_GetSlotList obtains a list of slots in the system.

Function Parameters

  • tokenPresent: only slots with tokens
  • pSlotList: receives array of slot IDs
  • pulCount: receives number of slots