ISimpleFrameSite.PostMessageFilter Method

Definition

Overloads

PostMessageFilter(IntPtr, UInt32, IntPtr, IntPtr, IntPtr, UInt32)
PostMessageFilter(IntPtr, UInt32, UInt32, Int32, Int32, UInt32)

PostMessageFilter(IntPtr, UInt32, IntPtr, IntPtr, IntPtr, UInt32)

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

Parameters

hwnd
IntPtr
MSG
UInt32
wp
IntPtr
lp
IntPtr
plResult
IntPtr
dwCookie
UInt32

Returns

Int32

Applies to

PostMessageFilter(IntPtr, UInt32, UInt32, Int32, Int32, UInt32)

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

Parameters

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

Returns

Int32

Applies to