ISimpleFrameSite.PreMessageFilter Method

Definition

Overloads

PreMessageFilter(IntPtr, UInt32, IntPtr, IntPtr, IntPtr, UInt32)
PreMessageFilter(IntPtr, UInt32, UInt32, Int32, Int32, UInt32)

PreMessageFilter(IntPtr, UInt32, IntPtr, IntPtr, IntPtr, UInt32)

public:
 int PreMessageFilter(IntPtr hwnd, System::UInt32 MSG, IntPtr wp, IntPtr lp, [Runtime::InteropServices::Out] IntPtr % plResult, [Runtime::InteropServices::Out] System::UInt32 % pdwCookie);
public int PreMessageFilter (IntPtr hwnd, uint MSG, IntPtr wp, IntPtr lp, out IntPtr plResult, out uint pdwCookie);
abstract member PreMessageFilter : nativeint * uint32 * nativeint * nativeint * nativeint * uint32 -> int
Public Function PreMessageFilter (hwnd As IntPtr, MSG As UInteger, wp As IntPtr, lp As IntPtr, ByRef plResult As IntPtr, ByRef pdwCookie As UInteger) As Integer

Parameters

hwnd
IntPtr
MSG
UInt32
wp
IntPtr
lp
IntPtr
plResult
IntPtr
pdwCookie
UInt32

Returns

Int32

Applies to

PreMessageFilter(IntPtr, UInt32, UInt32, Int32, Int32, UInt32)

public:
 int PreMessageFilter(IntPtr hwnd, System::UInt32 MSG, System::UInt32 wp, int lp, [Runtime::InteropServices::Out] int % plResult, [Runtime::InteropServices::Out] System::UInt32 % pdwCookie);
public int PreMessageFilter (IntPtr hwnd, uint MSG, uint wp, int lp, out int plResult, out uint pdwCookie);
abstract member PreMessageFilter : nativeint * uint32 * uint32 * int * int * uint32 -> int
Public Function PreMessageFilter (hwnd As IntPtr, MSG As UInteger, wp As UInteger, lp As Integer, ByRef plResult As Integer, ByRef pdwCookie As UInteger) As Integer

Parameters

hwnd
IntPtr
MSG
UInt32
wp
UInt32
lp
Int32
plResult
Int32
pdwCookie
UInt32

Returns

Int32

Applies to