Dynamic Windows Function [dw_event_close]
Syntax
int dw_event_close(HEV eve)
Parameters
HEV eve: The handle to the event returned by dw_event_new().
Returns
int DW_ERROR_NONE (0) on success.
Description
Closes a semaphore created by dw_event_new().