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


In This Topic
    PostMessage(IntPtr,Int32,IntPtr,IntPtr) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function PostMessage( _
       ByVal hwnd As System.IntPtr, _
       ByVal msg As System.Integer, _
       ByVal lParam As System.IntPtr, _
       ByVal wParam As System.IntPtr _
    ) As System.Boolean
    'Usage
     
    
    Dim hwnd As System.IntPtr
    Dim msg As System.Integer
    Dim lParam As System.IntPtr
    Dim wParam As System.IntPtr
    Dim value As System.Boolean
     
    value = NUser32.PostMessage(hwnd, msg, lParam, wParam)
    public static System.bool PostMessage( 
       System.IntPtr hwnd,
       System.int msg,
       System.IntPtr lParam,
       System.IntPtr wParam
    )

    Parameters

    hwnd
    msg
    lParam
    wParam
    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