Jump to content

DosPMMuxSemWait: Difference between revisions

From EDM2
Ak120 (talk | contribs)
Ak120 (talk | contribs)
mNo edit summary
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]]

Revision as of 10:43, 13 February 2017

This function wait until one of N semaphore is cleared.

Syntax

DosPMMuxSemWait ()

Parameters

Related Functions