IVsTextTipWindow.WndProc(IntPtr, UInt32, 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.
Method information is not provided.
public:
int WndProc(IntPtr hwnd, System::UInt32 iMsg, IntPtr wParam, IntPtr lParam);
public int WndProc (IntPtr hwnd, uint iMsg, IntPtr wParam, IntPtr lParam);
abstract member WndProc : nativeint * uint32 * nativeint * nativeint -> int
Public Function WndProc (hwnd As IntPtr, iMsg As UInteger, wParam As IntPtr, lParam As IntPtr) As Integer
Parameters
- hwnd
-
IntPtr
nativeint
- iMsg
- UInt32
- wParam
-
IntPtr
nativeint
- lParam
-
IntPtr
nativeint