IVsToolWindowToolbarHost::ProcessMouseActivationModal Method (IntPtr, UInt32, UInt32, Int32, Int32)

 

This method is for the environment's use only. Method information is not provided. Do not use this method.

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

int ProcessMouseActivationModal(
	IntPtr hwnd,
	unsigned int msg,
	unsigned int wp,
	int lp,
	[OutAttribute] int% plResult
)

Parameters

hwnd
Type: System::IntPtr

Do not use.

msg
Type: System::UInt32

Do not use.

wp
Type: System::UInt32

Do not use.

lp
Type: System::Int32

Do not use.

plResult
Type: System::Int32

Do not use.

Return Value

Type: System::Int32
Return to top
Show: