VsTextTipWindowClass.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.
Processes Windows messages for the tip window.
public:
virtual int WndProc(IntPtr hwnd, System::UInt32 iMsg, IntPtr wParam, IntPtr lParam) = Microsoft::VisualStudio::TextManager::Interop::IVsTextTipWindow::WndProc;
public:
virtual int WndProc(IntPtr hwnd, System::UInt32 iMsg, IntPtr wParam, IntPtr lParam);
public virtual int WndProc (IntPtr hwnd, uint iMsg, IntPtr wParam, IntPtr lParam);
abstract member WndProc : nativeint * uint32 * nativeint * nativeint -> int
override this.WndProc : nativeint * uint32 * nativeint * nativeint -> int
Public Overridable Function WndProc (hwnd As IntPtr, iMsg As UInteger, wParam As IntPtr, lParam As IntPtr) As Integer
Parameters
- hwnd
-
IntPtr
nativeint
[in] The window handle.
- iMsg
- UInt32
[in] The message ID.
- wParam
-
IntPtr
nativeint
[in] Information about the message.
- lParam
-
IntPtr
nativeint
[in] Information needed by the message.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.