Assume that you have an application that is running in a remote desktop session in Windows 8.1 or in Windows Server 2012 R2. The application calls
GetSystemMetrics(SM_MOUSEWHEELPRESENT) to check whether a mouse wheel is present on an attached mouse device. In this situation, Windows will always return 0 because the Remote Desktop service reports that a 2-button mouse is attached that does not include a mouse wheel.
This can affect applications that rely upon GetSystemMetrics when it determines whether to process mouse wheel input.
GetSystemMetrics(SM_MOUSEWHEELPRESENT) to check whether a mouse wheel is present on an attached mouse device. In this situation, Windows will always return 0 because the Remote Desktop service reports that a 2-button mouse is attached that does not include a mouse wheel.
This can affect applications that rely upon GetSystemMetrics when it determines whether to process mouse wheel input.