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