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


In This Topic
    DispatchMessage Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function DispatchMessage( _
       ByRef msg As NUser32.MSG _
    ) As System.Boolean
    'Usage
     
    
    Dim msg As NUser32.MSG
    Dim value As System.Boolean
     
    value = NUser32.DispatchMessage(msg)
    public static System.bool DispatchMessage( 
       ref NUser32.MSG msg
    )

    Parameters

    msg
    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