IOleInPlaceSiteWindowless::OnDefWindowMessage Method (UInt32, IntPtr, IntPtr, Int32)

 

Invokes the default processing for all messages passed to an object.

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

int OnDefWindowMessage(
	unsigned int MSG,
	IntPtr wParam,
	IntPtr lParam,
	[OutAttribute] int% plResult
)

Parameters

MSG
Type: System::UInt32

[in] Identifier for the window message provided to the container by Windows.

wParam
Type: System::IntPtr

[in] Parameter for the window message provided to the container by Windows.

lParam
Type: System::IntPtr

[in] Parameter for the window message provided to the container by Windows.

plResult
Type: System::Int32

[out] Pointer to result code for the window message as defined in the Windows API.

Return Value

Type: System::Int32

S_OK

The container's default processing for the window message was successfully invoked.

S_FALSE

The container's default processing for the window message was not invoked. See Note to Implementers below.

For information on the COM interface, see 14017061-57E3-49A9-93CC-6373522AB1DC

Return to top
Show: