Jump to content

DosPMSemWait

From EDM2
Revision as of 10:38, 13 February 2017 by Ak120 (talk | contribs) (Ak120 moved page OS2 API:CPI:LEGACY:DosPMSemWait to DosPMSemWait)

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