(IN) Specifies the NetWare server connection handle.
semHandle
(IN) Specifies the semaphore handle of the semaphore to be signaled
(obtained by calling NWOpenSemaphore).
Return values
0x0000
SUCCESSFUL
0x8801
INVALID_CONNECTION
0x89F
LOCK_ERROR
Notices
If another client is waiting on the semaphore, a successful completion
code is returned to the waiting client.
An application must call NWSignalSemaphore when it finishes
accessing the network resource associated with the semaphore. If processes
are waiting to use the semaphore, the first process in the queue is
released (signaled).