Jump to content

DosPMSemWait: Difference between revisions

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



Related Functions