HwndWrapper::WndProc Method (IntPtr, Int32, IntPtr, IntPtr)

 

Runs the WndProc for this window.

Namespace:   Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

protected:
virtual IntPtr WndProc(
	IntPtr hwnd,
	int msg,
	IntPtr wParam,
	IntPtr lParam
)

Parameters

hwnd
Type: System::IntPtr

The window handle.

msg
Type: System::Int32

The window message.

wParam
Type: System::IntPtr

Window parameters.

lParam
Type: System::IntPtr

Window parameters.

Return Value

Type: System::IntPtr

Returns the window handle.

Return to top
Show: