Share via


IVsSmartTagTipWindow.WndProc, méthode

Traite des messages Windows.

Espace de noms :  Microsoft.VisualStudio.TextManager.Interop
Assembly :  Microsoft.VisualStudio.TextManager.Interop.8.0 (dans Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

Syntaxe

'Déclaration
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

Paramètres

  • hwnd
    Type : IntPtr

    Handle de fenêtre.

  • iMsg
    Type : UInt32

    ID du message.

  • wParam
    Type : IntPtr

    Informations sur le message.

  • lParam
    Type : IntPtr

    Les informations nécessaires par le message.

  • pLResult
    Type : Int32%

    Résultat.

Valeur de retour

Type : Int32
Si la méthode réussit, elle retourne S_OK.En cas d'échec, un code d'erreur est retourné.

Notes

Les paramètres correspondent aux champs dans la structure d'Message.

Sécurité .NET Framework

Voir aussi

Référence

IVsSmartTagTipWindow Interface

Microsoft.VisualStudio.TextManager.Interop, espace de noms