HwndWrapper.WndProc(IntPtr, Int32, IntPtr, IntPtr) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
运行此窗口的 WndProc。
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
参数
- hwnd
-
IntPtr
nativeint
窗口句柄。
- msg
- Int32
窗口消息。
- wParam
-
IntPtr
nativeint
窗口参数。
- lParam
-
IntPtr
nativeint
窗口参数。
返回
-
IntPtr
nativeint
返回窗口句柄。