Advertisement
Guest User

Untitled

a guest
Feb 20th, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. DeviceIoControl( device_handle,
  2. IOCTL_HID_SET_POLL_FREQUENCY_MSEC,
  3. &ulTimeInMillisecs, sizeof(ulTimeInMillisecs),
  4. NULL, 0,
  5. &bytes_returned, &ol);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement