![]() |
ZenWINX Architecture - Reference Manual - Guides |
|
Events manipulation code. More...
Go to the source code of this file.
Functions | |
int __stdcall | winx_create_event (short *name, int type, HANDLE *phandle) |
Creates a named event. | |
int __stdcall | winx_open_event (short *name, int flags, HANDLE *phandle) |
Opens a named event. | |
void __stdcall | winx_destroy_event (HANDLE h) |
Destroys an event. |
Events manipulation code.
Definition in file event.c.