'宣言 Protected Overrides Function WndProc( _ ByVal hWnd As System.IntPtr, _ ByVal msg As System.Integer, _ ByVal wParam As System.IntPtr, _ ByVal lParam As System.IntPtr, _ ByRef handled As System.Boolean _ ) As System.IntPtr
'使用法 Dim instance As DxHost Dim hWnd As System.IntPtr Dim msg As System.Integer Dim wParam As System.IntPtr Dim lParam As System.IntPtr Dim handled As System.Boolean Dim value As System.IntPtr value = instance.WndProc(hWnd, msg, wParam, lParam, handled)
パラメータ
- hWnd
- msg
- wParam
- lParam
- handled
戻り値の型
子ウィンドウのウィンドウ ハンドル。