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