DosPMSemWait: Difference between revisions
Appearance
mNo edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{Legacy | |||
|RepFunc= | |||
|Remarks=This page list the older version of the function for reference. | |||
}} | |||
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. | ||
Revision as of 03:31, 16 September 2017
![]() | |
---|---|
It is recommended to use a newer replacement for this function. | |
Replacement: | |
Remarks: | This page list the older version of the function for reference. |
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.