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

type C_GetSlotInfo = extern "C" fn(slotID: CK_SLOT_ID, pInfo: CK_SLOT_INFO_PTR) -> CK_RV;

C_GetSlotInfo obtains information about a particular slot in the system.

Function Parameters

  • slotID: the ID of the slot
  • pInfo: receives the slot information