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


SendMessage(IntPtr,Int32,Int32,SCROLLBARINFO) Method
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 NWin32.SCROLLBARINFO _
) As System.Integer
 
'Usage
 
Dim hWnd As System.IntPtr
Dim Msg As System.Integer
Dim wParam As System.Integer
Dim info As NWin32.SCROLLBARINFO
Dim value As System.Integer
 
value = NUser32.SendMessage(hWnd, Msg, wParam, 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