public C_GetSlotList ( bool tokenPresent, ulong slotList, ulong &count ) : CKR | ||
tokenPresent | bool | Indicates whether the list obtained includes only those slots with a token present (true) or all slots (false) |
slotList | ulong | /// If set to null then the number of slots is returned in "count" parameter, without actually returning a list of slots. /// If not set to null then "count" parameter must contain the lenght of slotList array and slot list is returned in "slotList" parameter. /// |
count | ulong | Location that receives the number of slots |
return | CKR |