SK_FLAGS_NETWORK_SEMAPHORE_SKIPLOCKATTEMPT Constant

If specified when calling SK_PLUS_NetworkSemaphoreOpen, the function will not attempt to lock existing files (which could be orphaned). When using this flag, it is necessary to also call SK_PLUS_NetworkSemaphoreCleanup to delete orphaned semaphore files; otherwise, SK_PLUS_NetworkSemaphoreOpen may prematurely report that no semaphores/seats are available.

Syntax

C/C++
#define SK_FLAGS_NETWORK_SEMAPHORE_SKIPLOCKATTEMPT (0x00000001)
Visual Basic
Const SK_FLAGS_NETWORK_SEMAPHORE_SKIPLOCKATTEMPT As Long = 1