HwndWrapper.WndProc(IntPtr, Int32, IntPtr, IntPtr) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Runs the WndProc for this window.
protected:
virtual IntPtr WndProc(IntPtr hwnd, int msg, IntPtr wParam, IntPtr lParam);
protected virtual IntPtr WndProc (IntPtr hwnd, int msg, IntPtr wParam, IntPtr lParam);
abstract member WndProc : nativeint * int * nativeint * nativeint -> nativeint
override this.WndProc : nativeint * int * nativeint * nativeint -> nativeint
Protected Overridable Function WndProc (hwnd As IntPtr, msg As Integer, wParam As IntPtr, lParam As IntPtr) As IntPtr
Parameters
- hwnd
-
IntPtr
nativeint
- msg
- Int32
- wParam
-
IntPtr
nativeint
- lParam
-
IntPtr
nativeint
Returns
IntPtr
nativeint