SemysLocalMutexCreate |
| 01 | Creates a local mutex object. |
| 02 |
HSemysLocalMutex SemysLocalMutexCreate(void); |
| 03 |
Return Values: A handle to the created local mutex object. |
| 04 | The created mutex object is initially unlocked. |
| 05 |
Reference: SemysThreading.h Implementation: Semys Library See Also: Threading Sub-System, SemysLocalMutexDestroy() |
Goto: Main Page; This page is part of the Semys software documentation. See About: Documentation for details. |