Posts an event semaphore.

#define INCL_DOSSEMAPHORES
#include <os2.h>

HEV       hev;   /*  The handle of the event semaphore to post. */
APIRET    ulrc;  /*  Return Code. */

ulrc = DosPostEventSem(hev);


[Back] [Next]