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


In This Topic
    MsgWaitForMultipleObjects Method
    In This Topic
    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)
    public static System.int MsgWaitForMultipleObjects( 
       System.int nCount,
       System.int pHandles,
       System.bool fWaitAll,
       System.int dwMilliseconds,
       System.int 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