Flags uses in WaitForSlotEvent to specify that the function shouldn't block.

Namespace:  Cryptware.NCryptoki
Assembly:  NCryptoki (in NCryptoki.dll)

Syntax

Visual Basic (Declaration)
Public Const CKF_DONT_BLOCK As Integer
C#
public const int CKF_DONT_BLOCK
Visual C++
public:
literal int CKF_DONT_BLOCK
JavaScript
Cryptware.NCryptoki.Cryptoki.ckF_DONT_BLOCK

See Also