Dynamic Windows Function [dw_named_event_post]
Syntax
int dw_named_event_post(HEV eve)
Parameters
HEV eve: Handle to the semaphore obtained by an get or new call.
Returns
int DW_ERROR_NONE (0) on success.
Description
Sets the posted state of an event semaphore, any threads waiting on the semaphore will no longer block.