Share via


VsSmartTagTipWindowClass.WndProc Method

Definition

Overloads

WndProc(IntPtr, UInt32, IntPtr, IntPtr, Int32)

Processes Windows messages for the tip window.

WndProc(IntPtr, UInt32, IntPtr, IntPtr, IntPtr)

WndProc(IntPtr, UInt32, IntPtr, IntPtr, Int32)

Processes Windows messages for the tip window.

public:
 virtual int WndProc(IntPtr hwnd, System::UInt32 iMsg, IntPtr wParam, IntPtr lParam, int % pLResult) = Microsoft::VisualStudio::TextManager::Interop::IVsSmartTagTipWindow::WndProc;
public virtual int WndProc (IntPtr hwnd, uint iMsg, IntPtr wParam, IntPtr lParam, ref int pLResult);
abstract member WndProc : nativeint * uint32 * nativeint * nativeint * int -> int
override this.WndProc : nativeint * uint32 * nativeint * nativeint * int -> int
Public Overridable Function WndProc (hwnd As IntPtr, iMsg As UInteger, wParam As IntPtr, lParam As IntPtr, ByRef pLResult As Integer) 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.

pLResult
Int32

The result.

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Implements

Applies to

WndProc(IntPtr, UInt32, IntPtr, IntPtr, IntPtr)

public:
 virtual int WndProc(IntPtr hwnd, System::UInt32 iMsg, IntPtr wParam, IntPtr lParam, IntPtr % pLResult);
public virtual int WndProc (IntPtr hwnd, uint iMsg, IntPtr wParam, IntPtr lParam, ref IntPtr pLResult);
abstract member WndProc : nativeint * uint32 * nativeint * nativeint * nativeint -> int
override this.WndProc : nativeint * uint32 * nativeint * nativeint * nativeint -> int
Public Overridable Function WndProc (hwnd As IntPtr, iMsg As UInteger, wParam As IntPtr, lParam As IntPtr, ByRef pLResult As IntPtr) As Integer

Parameters

hwnd
IntPtr

nativeint

iMsg
UInt32
wParam
IntPtr

nativeint

lParam
IntPtr

nativeint

pLResult
IntPtr

nativeint

Returns

Implements

Applies to