'Declaration
Public Shared Function CallWindowProc( _ ByVal wndProc As System.IntPtr, _ ByVal hwnd As System.IntPtr, _ ByVal msg As System.Integer, _ ByVal wparam As System.IntPtr, _ ByVal lparam As System.IntPtr _ ) As System.Integer
'Usage
Dim wndProc As System.IntPtr Dim hwnd As System.IntPtr Dim msg As System.Integer Dim wparam As System.IntPtr Dim lparam As System.IntPtr Dim value As System.Integer value = NUser32.CallWindowProc(wndProc, hwnd, msg, wparam, lparam)
Parameters
- wndProc
- hwnd
- msg
- wparam
- lparam