Nevron.Interop.Win32 Namespace / NUser32 Class / MsgWaitForMultipleObjects Method


MsgWaitForMultipleObjects Method
Syntax
'Declaration
 
Public Shared Function MsgWaitForMultipleObjects( _
   ByVal nCount As System.Integer, _
   ByVal pHandles As System.Integer, _
   ByVal fWaitAll As System.Boolean, _
   ByVal dwMilliseconds As System.Integer, _
   ByVal dwWakeMask As System.Integer _
) As System.Integer
 
'Usage
 
Dim nCount As System.Integer
Dim pHandles As System.Integer
Dim fWaitAll As System.Boolean
Dim dwMilliseconds As System.Integer
Dim dwWakeMask As System.Integer
Dim value As System.Integer
 
value = NUser32.MsgWaitForMultipleObjects(nCount, pHandles, fWaitAll, dwMilliseconds, dwWakeMask)

Parameters

nCount
pHandles
fWaitAll
dwMilliseconds
dwWakeMask
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also