FC_WaitForSlotEvent - waits for a slot event, such as token insertion or token removal, to occur.
CK_RV FC_WaitForSlotEvent(CK_FLAGS flags, CK_SLOT_ID_PTR pSlot CK_VOID_PTR pReserved);
FC_WaitForSlotEvent
takes three parameters:
flags
pSlot
.
pReserved
.
This function is not supported by the NSS cryptographic module.
FC_WaitForSlotEvent
always returns CKR_FUNCTION_NOT_SUPPORTED
.