DosPMSemWait: Difference between revisions
Appearance
Created page with "==Description== This functions waits for a semaphore to be cleared. It does not establish the ownership of the semaphore. ==Syntax== <PRE> DosPMSemWait (PMSemHandle, SemHand..." |
m Ak120 moved page OS2 API:CPI:LEGACY:DosPMSemWait to DosPMSemWait |
(No difference)
|
Revision as of 10:38, 13 February 2017
Description
This functions waits for a semaphore to be cleared. It does not establish the ownership of the semaphore.
Syntax
DosPMSemWait (PMSemHandle, SemHandle, Timeout)
Parameters
- PMSemHandle
- PM semaphore handle.
- SemHandle
- Semaphore handle.
- Timeout
- Time out value.
Return Code
Remarks
Example Code