Freigeben über


IVsSmartTagTipWindow.WndProc-Methode

Verarbeitet Windows-Meldungen

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
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
)
abstract WndProc : 
        hwnd:IntPtr * 
        iMsg:uint32 * 
        wParam:IntPtr * 
        lParam:IntPtr * 
        pLResult:int byref -> int
function WndProc(
    hwnd : IntPtr, 
    iMsg : uint, 
    wParam : IntPtr, 
    lParam : IntPtr, 
    pLResult : int
) : int

Parameter

  • hwnd
    Typ: IntPtr

    Das Fensterhandle.

  • iMsg
    Typ: UInt32

    Die Meldungs-ID.

  • wParam
    Typ: IntPtr

    Informationen über die Meldung.

  • lParam
    Typ: IntPtr

    benötigten Informationen über die Meldung.

  • pLResult
    Typ: Int32%

    Das Ergebnis.

Rückgabewert

Typ: Int32
Wenn die Methode erfolgreich ausgeführt, gibt sie S_OKzurück.Bei einem Fehler wird ein Fehlercode zurückgegeben.

Hinweise

Die Parameter entsprechen den Feldern in der Message Struktur.

.NET Framework-Sicherheit

Siehe auch

Referenz

IVsSmartTagTipWindow Schnittstelle

Microsoft.VisualStudio.TextManager.Interop-Namespace