Dynamic Windows Function [dw_event_post]
Syntax
int dw_event_post(HEV eve)
Parameters
HEV eve: The handle to the event returned by dw_event_new().
Returns
int DW_ERROR_NONE (0) on success.
Description
Posts a semaphore created by dw_event_new(). Causing all threads waiting on this event in dw_event_wait to continue.