UICB_ShowSCBatchInfo_t
Show smart card batch information.
Synopsis
#include < uicallbacks.h >
CK_RV(* UICB_ShowSCBatchInfo_t)( const char * pszBatchName, const unsigned long timeCreated, const unsigned long cardNumber, const unsigned long numCustodians, const unsigned long custodianNumber, const char * pszUserName, const double percentageOfEks );
| Parameter | Description |
|---|---|
| pszBatchName | Name of the batch that this card belongs to. |
| timeCreated | Time this card was created. |
| cardNumber | Card number within the batch of this card. |
| numCustodians | Number of custodians within the batch. |
| custodianNumber | Number of this custodian. |
| pszUserName | Name of the user that 'owns' this card. |
| percentageOfEks | Percentage of the entire eks that has been stored on this card. |