IOleInPlaceObjectWindowless.OnWindowMessage 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.
public:
int OnWindowMessage(System::UInt32 MSG, IntPtr wParam, IntPtr lParam, [Runtime::InteropServices::Out] int % plResult);
public int OnWindowMessage (uint MSG, IntPtr wParam, IntPtr lParam, out int plResult);
abstract member OnWindowMessage : uint32 * nativeint * nativeint * int -> int
Public Function OnWindowMessage (MSG As UInteger, wParam As IntPtr, lParam As IntPtr, ByRef plResult As Integer) As Integer
Parameters
- MSG
- UInt32
- wParam
-
IntPtr
nativeint
- lParam
-
IntPtr
nativeint
- plResult
- Int32
Returns
Remarks
For information on the COM interface, see IOleInPlaceObjectWindowless::OnWindowMessage