ISimpleFrameSite::PreMessageFilter Method (IntPtr, UInt32, UInt32, Int32, Int32, UInt32)
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Return to top
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
int PreMessageFilter( IntPtr hwnd, unsigned int MSG, unsigned int wp, int lp, [OutAttribute] int% plResult, [OutAttribute] unsigned int% pdwCookie )
Parameters
- hwnd
- Type: System::IntPtr
- MSG
- Type: System::UInt32
- wp
- Type: System::UInt32
- lp
- Type: System::Int32
- plResult
- Type: System::Int32
- pdwCookie
- Type: System::UInt32
Return Value
Type: System::Int32
Show: