Jump to content

DosPMSemWait

From EDM2
Revision as of 10:39, 13 February 2017 by Ak120 (talk | contribs)

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