Hello,
I'm currently trying to handle USB HID device notifications.
So I'm using RegisterDeviceNotifications() method, which comes from "usbhidio_vc6" sample application. But this sample is a MFC application, and I want to detect HID device notifications in a Win32 application.
According to MSDN documentation for RegisterDeviceNotification method, notification filter can be either a window or a service status filter. In the MFC application, the window filter is used. So is it possible to use the service status filter for a Win32 application ?
Thanks for your answer.
Best regards,
Aymeric.