Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages

Defines the available semaphore open flags.

P6SF_NOFLAGSOpens anexisting semaphore with the same name.
P6SF_CREATECreates the semaphore if it does not already exist.
P6SF_EXCLUSIVEMust be specified with P6SF_CREATE. If a semaphore with the same name already exists, cuases an error to be returned
Enumerator
P6SF_NOFLAGS 
P6SF_CREATE 
P6SF_EXCLUSIVE 

Definition at line 300 of file p6lock.h.