Namespace:
Cryptware.NCryptoki
Assembly: NCryptoki (in NCryptoki.dll)
Assembly: NCryptoki (in NCryptoki.dll)
Syntax
Visual Basic (Declaration) |
---|
Public MustOverride Function C_WaitForSlotEvent ( _ flags As Integer, _ <OutAttribute> ByRef slotID As Integer _ ) As Integer |
C# |
---|
public abstract int C_WaitForSlotEvent( int flags, out int slotID ) |
Visual C++ |
---|
public: virtual int C_WaitForSlotEvent( int flags, [OutAttribute] int% slotID ) abstract |
JavaScript |
---|
function c_WaitForSlotEvent(flags, slotID); |
Parameters
- flags
- Type: System..::..Int32
- slotID
- Type: System..::..Int32%