UICB_ShowImportHeader_t
Show the current smart card batch name and user number.
Synopsis
#include < uicallbacks.h >
void(* UICB_ShowImportHeader_t)(
const char * pszBatchName,
const char * pszUserName
);
Parameter | Description |
---|---|
pszBatchName | The name of the current batch. |
pszUserName | The name of the user who owns the card. |