[This is preliminary documentation and is subject to change.]
Procedure that replaces old window procedure of window being subclassed
Namespace: Tools.WindowsT.NativeTAssembly: Tools.Win (in Tools.Win.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
Parameters
- hwnd
- Type: System..::..IntPtr
[Missing <param name="hwnd"/> documentation for "M:Tools.WindowsT.NativeT.SubclassedNativeWindow.NewWndProc(System.IntPtr,Tools.API.Messages.WindowMessages,System.Int32,System.Int32)"]
- msg
- Type: Tools.API.Messages..::..WindowMessages
Specifies the message.
- wParam
- Type: System..::..Int32
Specifies additional message information. The contents of this parameter depend on the value of the msg parameter.
- lParam
- Type: System..::..Int32
Specifies additional message information. The contents of this parameter depend on the value of the msg parameter.
Return Value
The return value is the result of the message processing and depends on the message sent.
Remarks
See Also