IOleInPlaceObjectWindowless.OnWindowMessage Method

Definition

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

Applies to