ISimpleFrameSite.PostMessageFilter Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
nativeint
- MSG
- UInt32
- wp
-
IntPtr
nativeint
- lp
-
IntPtr
nativeint
- plResult
-
IntPtr
nativeint
- dwCookie
- UInt32
Returns
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
nativeint
- MSG
- UInt32
- wp
- UInt32
- lp
- Int32
- plResult
- Int32
- dwCookie
- UInt32