VsMethodTipWindowClass.WndProc(IntPtr, UInt32, IntPtr, IntPtr) Method

Definition

Method information not provided. Do not use this method.

public:
 virtual int WndProc(IntPtr hwnd, System::UInt32 iMsg, IntPtr wParam, IntPtr lParam) = Microsoft::VisualStudio::TextManager::Interop::IVsMethodTipWindow::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

Do not use.

iMsg
UInt32

Do not use.

wParam
IntPtr

nativeint

Do not use.

lParam
IntPtr

nativeint

Returns

Do not use.

Implements

Applies to