Jump to content

DosPMMuxSemWait: Difference between revisions

From EDM2
Ak120 (talk | contribs)
Ak120 (talk | contribs)
mNo edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
==Description==
This function wait until one of N semaphore is cleared.
This function wait until one of N semaphore is cleared.


==Syntax==
==Syntax==
<PRE>
DosPMMuxSemWait ()


</PRE>
==Parameters==
==Parameters==


==Return Code==
==Remarks==
==Example Code==
===C Binding===
<PRE>
</PRE>
===MASM Binding===
<PRE>
</PRE>
==Related Functions==
==Related Functions==
*  
*  


 
[[Category:Dos]]
[[Category:The OS/2 API Project]]

Latest revision as of 20:32, 13 June 2019

This function wait until one of N semaphore is cleared.

Syntax

DosPMMuxSemWait ()

Parameters

Related Functions