IVsIntelliMouseHandler.GetMouseWheelMsg_(UInt32) Method

Definition

Get the most recent message about the Intellisense mouse wheel.

public:
 int GetMouseWheelMsg_([Runtime::InteropServices::Out] System::UInt32 % uMsg);
int GetMouseWheelMsg_([Runtime::InteropServices::Out] unsigned int & uMsg);
public int GetMouseWheelMsg_ (out uint uMsg);
abstract member GetMouseWheelMsg_ : uint32 -> int
Public Function GetMouseWheelMsg_ (ByRef uMsg As UInteger) As Integer

Parameters

uMsg
UInt32

[out] The mouse wheel Windows message.

Returns

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

Remarks

COM Signature

From vsshell.idl:

HRESULT IVsIntelliMouseHandler::GetMouseWheelMsg_(  
   [out] UINT *uMsg  
);  

Applies to