IVsSmartTagTipWindow.WndProc Method

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

Syntax

'Declaration
Function WndProc ( _
    hwnd As IntPtr, _
    iMsg As UInteger, _
    wParam As IntPtr, _
    lParam As IntPtr, _
    ByRef pLResult As Integer _
) As Integer
'Usage
Dim instance As IVsSmartTagTipWindow 
Dim hwnd As IntPtr 
Dim iMsg As UInteger 
Dim wParam As IntPtr 
Dim lParam As IntPtr 
Dim pLResult As Integer 
Dim returnValue As Integer 

returnValue = instance.WndProc(hwnd, iMsg, _
    wParam, lParam, pLResult)
int WndProc(
    IntPtr hwnd,
    uint iMsg,
    IntPtr wParam,
    IntPtr lParam,
    ref int pLResult
)
int WndProc(
    [InAttribute] IntPtr hwnd, 
    [InAttribute] unsigned int iMsg, 
    [InAttribute] IntPtr wParam, 
    [InAttribute] IntPtr lParam, 
    int% pLResult
)
function WndProc(
    hwnd : IntPtr, 
    iMsg : uint, 
    wParam : IntPtr, 
    lParam : IntPtr, 
    pLResult : int
) : int

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

IVsSmartTagTipWindow Interface

IVsSmartTagTipWindow Members

Microsoft.VisualStudio.TextManager.Interop Namespace