public static System.IntPtr DefMDIChildProc( System.IntPtr hWnd, System.int msg, System.IntPtr wParam, System.IntPtr lParam )
'Declaration
Public Shared Function DefMDIChildProc( _ ByVal hWnd As System.IntPtr, _ ByVal msg As System.Integer, _ ByVal wParam As System.IntPtr, _ ByVal lParam As System.IntPtr _ ) As System.IntPtr
'Usage
Dim hWnd As System.IntPtr Dim msg As System.Integer Dim wParam As System.IntPtr Dim lParam As System.IntPtr Dim value As System.IntPtr value = NUser32.DefMDIChildProc(hWnd, msg, wParam, lParam)
Parameters
- hWnd
- msg
- wParam
- lParam