IVsIntelliMouseHandler::GetMouseWheelMsg_ Method (UInt32)
Visual Studio 2015
Get the most recent message about the Intellisense mouse wheel.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- uMsg
-
Type:
System::UInt32
[out] The mouse wheel Windows message.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell.idl:
HRESULT IVsIntelliMouseHandler::GetMouseWheelMsg_( [out] UINT *uMsg );
Show: