Jump to content

DosPMSemWait: Difference between revisions

From EDM2
Ak120 (talk | contribs)
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

Legacy Function Warning
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.

Return Code

Related Functions