Jump to content

DosPMMuxSemWait: Difference between revisions

From EDM2
Created page with "==Description== This function wait until one of N semaphore is cleared. ==Syntax== <PRE> </PRE> ==Parameters== ==Return Code== ==Remarks== ==Example Code== ===C Binding=..."
 
Ak120 (talk | contribs)
mNo edit summary
 
(3 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