'Declaration
Public Overloads Shared Function SendMessage( _ ByVal hWnd As System.IntPtr, _ ByVal Msg As System.Integer, _ ByVal wParam As System.Integer, _ ByRef rect As NWin32.RECT _ ) As System.Integer
'Usage
Dim hWnd As System.IntPtr Dim Msg As System.Integer Dim wParam As System.Integer Dim rect As NWin32.RECT Dim value As System.Integer value = NUser32.SendMessage(hWnd, Msg, wParam, rect)
public static System.int SendMessage( System.IntPtr hWnd, System.int Msg, System.int wParam, ref NWin32.RECT rect )
Parameters
- hWnd
- Msg
- wParam
- rect