C1.Win.4.8 Assembly / C1.Util.Win Namespace / Win32 Class / SendMessage Method / SendMessage(IntPtr,Int32,Int32,POINT) Method

In This Topic
SendMessage(IntPtr,Int32,Int32,POINT) Method
In This Topic
Syntax
'Declaration
 
Public Overloads Shared Function SendMessage( _
   ByVal hWnd As IntPtr, _
   ByVal msg As Integer, _
   ByVal wParam As Integer, _
   ByRef lParam As Win32.POINT _
) As IntPtr
 

Parameters

hWnd
msg
wParam
lParam
See Also