ISimpleFrameSite::PostMessageFilter Method (IntPtr, UInt32, UInt32, Int32, Int32, UInt32)

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

int PostMessageFilter(
	IntPtr hwnd,
	unsigned int MSG,
	unsigned int wp,
	int lp,
	[OutAttribute] int% plResult,
	unsigned int dwCookie
)

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
Return to top
Show: