UICB_PromptInt32_t
This function will prompt the user for an integer, as specified in pszMessage.
The number entered is returned in pInt.
Synopsis
#include < uicallbacks.h >
CK_RV(* UICB_PromptInt32_t)( const char * pszMessage, CK_ULONG * pUlong );
Parameter | Description |
---|---|
pszMessage | Message used to prompt the user for the integer. |
pUlong | Pointer to a CK_ULONG, which upon successful completion of this function, will contain the integer as entered by the user. |