Hello,
In Microsoft’s documentation of IOCTL_HID_SET_POLL_FREQUENCY_MSEC
MIN_POLL_INTERVAL_MSEC and MAX_POLL_INTERVAL_MSEC are mentioned.
What are their values?
I can’t find them in any header file.
Thanks.
Hello,
In Microsoft’s documentation of IOCTL_HID_SET_POLL_FREQUENCY_MSEC
MIN_POLL_INTERVAL_MSEC and MAX_POLL_INTERVAL_MSEC are mentioned.
What are their values?
I can’t find them in any header file.
Thanks.
The values are not in a public header, but here they are
#define MIN_POLL_INTERVAL_MSEC 1
#define MAX_POLL_INTERVAL_MSEC 10000
But this does not do what you think it does. Nearly all HID miniports
are not polled in a loop. These values only affected polled HID
miniports (like a game controller using 0x201), a USB HID miniport is
not considered to be polled and these values have no effect on it.
d
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of
xxxxx@hushmail.com
Sent: Wednesday, July 04, 2007 12:18 PM
To: Windows System Software Devs Interest List
Subject: [ntdev] HID: MIN_POLL_INTERVAL_MSEC & MAX_POLL_INTERVAL_MSEC
Hello,
In Microsoft’s documentation of IOCTL_HID_SET_POLL_FREQUENCY_MSEC
MIN_POLL_INTERVAL_MSEC and MAX_POLL_INTERVAL_MSEC are mentioned.
What are their values?
I can’t find them in any header file.
Thanks.
Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256
To unsubscribe, visit the List Server section of OSR Online at
http://www.osronline.com/page.cfm?name=ListServer