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