SemysSignalCreate |
01 | Creates a signal object. |
02 |
HSemysSignal SemysSignalCreate(void); |
03 |
Return Values: A handle to the created signal object. |
04 | The created signal object is initially not set (not in signalled state). |
05 |
Reference: SemysThreading.h Implementation: Semys Library See Also: Threading Sub-System, SemysSignalDestroy() |
Goto: Main Page; This page is part of the Semys software documentation. See About: Documentation for details. |