UICB_PromptConfirmation_t

This function will prompt the user for confirmation of an action, as specified in pszMessage.

If cancellable is TRUE, user is given the option to cancel, as well as YES/NO. The choice is returned in pResult.

Synopsis

#include < uicallbacks.h >

CK_RV(* UICB_PromptConfirmation_t)( 
   const char *             pszMessage,
   CK_BBOOL                 bCancellable,
   UICB_ConfirmResult_t *   pResult
);
Parameter Description
pszMessage Message used to prompt the user for their choice
bCancellable Specifies whether to give user the option to cancel
pResult Choice, as selected by the user