DosPMSemWait: Difference between revisions
Appearance
No edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
This functions waits for a semaphore to be cleared. It does not establish the ownership of the semaphore. | |||
This functions waits for a semaphore to be cleared. It does not establish the ownership of the semaphore. | |||
==Syntax== | ==Syntax== | ||
Line 9: | Line 5: | ||
==Parameters== | ==Parameters== | ||
; PMSemHandle: PM semaphore handle. | ;PMSemHandle: PM semaphore handle. | ||
; SemHandle: Semaphore handle. | ;SemHandle: Semaphore handle. | ||
; Timeout: Time out value. | ;Timeout: Time out value. | ||
==Return Code== | ==Return Code== |
Latest revision as of 11:15, 24 November 2019
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.