UICB_PromptForSmartCard_t

Prompt and wait for a smart card to be entered in the specified slot.

Synopsis

#include < uicallbacks.h >

CK_RV(* UICB_PromptForSmartCard_t)( 
   CK_SLOT_ID          cardSlotId,
   const char *        pszMessage,
   const char *        pszPrompt
);
Parameters Description
cardSlotId ID of the slot to wait for the smart card.
pszMessage The message to display.
pszPrompt The prompt to display.