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


PostMessage(IntPtr,Int32,Int32,Int32) Method
Syntax
'Declaration
 
Public Overloads Shared Function PostMessage( _
   ByVal hwnd As System.IntPtr, _
   ByVal msg As System.Integer, _
   ByVal lParam As System.Integer, _
   ByVal wParam As System.Integer _
) As System.Boolean
 
'Usage
 
Dim hwnd As System.IntPtr
Dim msg As System.Integer
Dim lParam As System.Integer
Dim wParam As System.Integer
Dim value As System.Boolean
 
value = NUser32.PostMessage(hwnd, msg, lParam, 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