ISimpleFrameSite.PostMessageFilter Method
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaration
Function PostMessageFilter ( _
hwnd As IntPtr, _
MSG As UInteger, _
wp As UInteger, _
lp As Integer, _
<OutAttribute> ByRef plResult As Integer, _
dwCookie As UInteger _
) As Integer
'Usage
Dim instance As ISimpleFrameSite
Dim hwnd As IntPtr
Dim MSG As UInteger
Dim wp As UInteger
Dim lp As Integer
Dim plResult As Integer
Dim dwCookie As UInteger
Dim returnValue As Integer
returnValue = instance.PostMessageFilter(hwnd, _
MSG, wp, lp, plResult, dwCookie)
int PostMessageFilter(
IntPtr hwnd,
uint MSG,
uint wp,
int lp,
out int plResult,
uint dwCookie
)
int PostMessageFilter(
[InAttribute] IntPtr hwnd,
[InAttribute] unsigned int MSG,
[InAttribute] unsigned int wp,
[InAttribute] int lp,
[OutAttribute] int% plResult,
[InAttribute] unsigned int dwCookie
)
abstract PostMessageFilter :
hwnd:IntPtr *
MSG:uint32 *
wp:uint32 *
lp:int *
plResult:int byref *
dwCookie:uint32 -> int
function PostMessageFilter(
hwnd : IntPtr,
MSG : uint,
wp : uint,
lp : int,
plResult : int,
dwCookie : uint
) : int
Parameters
- hwnd
Type: System.IntPtr
- MSG
Type: System.UInt32
- wp
Type: System.UInt32
- lp
Type: System.Int32
- plResult
Type: System.Int32%
- dwCookie
Type: System.UInt32
Return Value
Type: System.Int32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.