![]() |
| Home |
|
|
Function RTKOpenSemaphoreFunction RTKOpenSemaphore creates or locates an existing semaphore:
RTKSemaphore RTKOpenSemaphore(RTKSemaType Type,
unsigned InitialValue,
unsigned long Flags,
const char * Name);
RTKOpenSemaphore calls: RTKOpenSemaphoreEx(Type, InitialValue, Flags, Name, NULL)
|