SendMessage(IntPtr,Int32,IntPtr,RECT) Method
In This Topic
Syntax
'Declaration
Public Overloads Shared Function SendMessage( _
ByVal As IntPtr, _
ByVal As Integer, _
ByVal As IntPtr, _
ByRef As Win32.RECT _
) As Integer
public static int SendMessage(
IntPtr ,
int ,
IntPtr ,
ref Win32.RECT
)
Parameters
- hWnd
- wMsg
- wParam
- lParam
See Also