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