IVsIntelliMouseHandler::GetMouseWheelMsg_ Method (UInt32)

 

Get the most recent message about the Intellisense mouse wheel.

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

int GetMouseWheelMsg_(
	[OutAttribute] unsigned int% uMsg
)

Parameters

uMsg
Type: System::UInt32

[out] The mouse wheel Windows message.

Return Value

Type: System::Int32

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

From vsshell.idl:

HRESULT IVsIntelliMouseHandler::GetMouseWheelMsg_(
   [out] UINT *uMsg
);
Return to top
Show: