IVsIntelliMouseHandler.IsMouseWheelRotationMessage(UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Tests a Windows message to see if it is an Intellisense mouse wheel rotation message.
public:
int IsMouseWheelRotationMessage(System::UInt32 msg);
public:
int IsMouseWheelRotationMessage(unsigned int msg);
int IsMouseWheelRotationMessage(unsigned int msg);
public int IsMouseWheelRotationMessage (uint msg);
abstract member IsMouseWheelRotationMessage : uint32 -> int
Public Function IsMouseWheelRotationMessage (msg As UInteger) As Integer
Parameters
- msg
- UInt32
[in] The Windows message to test.
Returns
If the message is an Intellisense mouse wheel rotation message, returns S_OK. Otherwise, returns S_FALSE.
Remarks
COM Signature
From vsshell.idl:
HRESULT IVsIntelliMouseHandler::IsMouseWheelRotationMessage(
[in] UINT msg
);