sam
unread,Apr 11, 2013, 12:23:44 PM4/11/13You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Hi ,
we are having a problem detecting our custom usb devices with RegisterDeviceNotification.
The problem seems to be that the notification WM_DEVICECHANGE reaches the application before the device driver has properly loaded. And this does not happen everytime , 70% of the times devices are successfully opened after receiving the notification. but otherwise they fail with "device not found" type messages.
So we want to know , does the WM_DEVICECHANGE message is sent after the complete and proper loading/initilization of the driver has taken place?
Thanks