AifWindowsFormsHost.WndProc(IntPtr, Int32, IntPtr, IntPtr, Boolean) Method

Definition

Overridden implementation of windows processor.

protected:
 override IntPtr WndProc(IntPtr hwnd, int msg, IntPtr wParam, IntPtr lParam, bool % handled);
protected override IntPtr WndProc (IntPtr hwnd, int msg, IntPtr wParam, IntPtr lParam, ref bool handled);
override this.WndProc : nativeint * int * nativeint * nativeint * bool -> nativeint
Protected Overrides Function WndProc (hwnd As IntPtr, msg As Integer, wParam As IntPtr, lParam As IntPtr, ByRef handled As Boolean) As IntPtr

Parameters

hwnd
IntPtr

nativeint

Specifies the host window.

msg
Int32

Specifies the message.

wParam
IntPtr

nativeint

Specifies the window parameters.

lParam
IntPtr

nativeint

Specifies the interface parameters.

handled
Boolean

Specifies whether the implementation was handled.

Returns

IntPtr

nativeint

Applies to