You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If pData is not large enough for the data, the function returns -1.
It seems checking against (UINT)-1 is possible, but that wouldnt be "a non-negative number". Checking the return value against to fail if < 0 wouldn't be correct.
To Reproduce
-
Expected behavior
Not using the word "negative" I think?
Screenshots
-
Desktop (please complete the following information):
Not a device specific issue but one with the content.
Smartphone (please complete the following information):
-
Additional context
-
The text was updated successfully, but these errors were encountered:
Describe the bug
On this page..
https://learn.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-getrawinputdeviceinfoa
Also..
It seems checking against (UINT)-1 is possible, but that wouldnt be "a non-negative number". Checking the return value against to fail if
< 0
wouldn't be correct.To Reproduce
-
Expected behavior
Not using the word "negative" I think?
Screenshots
-
Desktop (please complete the following information):
Not a device specific issue but one with the content.
Smartphone (please complete the following information):
-
Additional context
-
The text was updated successfully, but these errors were encountered: