Jump to content

DosPMSemWait: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
mNo edit summary
 
Line 1: Line 1:
{{Legacy
This functions waits for a semaphore to be cleared. It does not establish the ownership of the semaphore.
|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.  


==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.

Return Code

Related Functions