ISimpleFrameSite.PreMessageFilter, méthode
Espace de noms : Microsoft.VisualStudio.OLE.Interop
Assembly : Microsoft.VisualStudio.OLE.Interop (dans Microsoft.VisualStudio.OLE.Interop.dll)
Syntaxe
'Déclaration
Function PreMessageFilter ( _
hwnd As IntPtr, _
MSG As UInteger, _
wp As UInteger, _
lp As Integer, _
<OutAttribute> ByRef plResult As Integer, _
<OutAttribute> ByRef pdwCookie As UInteger _
) As Integer
int PreMessageFilter(
IntPtr hwnd,
uint MSG,
uint wp,
int lp,
out int plResult,
out uint pdwCookie
)
Paramètres
- hwnd
Type : System.IntPtr
- MSG
Type : System.UInt32
- wp
Type : System.UInt32
- lp
Type : System.Int32
- plResult
Type : System.Int32%
- pdwCookie
Type : System.UInt32%
Valeur de retour
Type : System.Int32
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.