IVsIntelliMouseHandler::IsMouseWheelRotationMessage Method (UInt32)

 

Tests a Windows message to see if it is an Intellisense mouse wheel rotation message.

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

int IsMouseWheelRotationMessage(
	unsigned int msg
)

Parameters

msg
Type: System::UInt32

[in] The Windows message to test.

Return Value

Type: System::Int32

If the message is an Intellisense mouse wheel rotation message, returns S_OK. Otherwise, returns S_FALSE.

From vsshell.idl:

HRESULT IVsIntelliMouseHandler::IsMouseWheelRotationMessage(
   [in] UINT msg
);
Return to top
Show: