Nevron.Interop.Win32 Namespace / NUser32 Class / SendMessage Method / SendMessage(IntPtr,Int32,Int32,HELPINFO) Method


In This Topic
    SendMessage(IntPtr,Int32,Int32,HELPINFO) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function SendMessage( _
       ByVal hWnd As System.IntPtr, _
       ByVal Msg As System.Integer, _
       ByVal wParam As System.Integer, _
       ByRef info As NUser32.HELPINFO _
    ) As System.Integer
    'Usage
     
    
    Dim hWnd As System.IntPtr
    Dim Msg As System.Integer
    Dim wParam As System.Integer
    Dim info As NUser32.HELPINFO
    Dim value As System.Integer
     
    value = NUser32.SendMessage(hWnd, Msg, wParam, info)
    public static System.int SendMessage( 
       System.IntPtr hWnd,
       System.int Msg,
       System.int wParam,
       ref NUser32.HELPINFO info
    )

    Parameters

    hWnd
    Msg
    wParam
    info
    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