다음을 통해 공유


ISimpleFrameSite.PreMessageFilter Method

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

‘선언
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
)

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

ISimpleFrameSite Interface

Microsoft.VisualStudio.OLE.Interop Namespace