Hi gurus.
I need to be notified when any USB device is plugged. Is there any way to
get notification in user mode?
Thanx in advance.
Hi gurus.
I need to be notified when any USB device is plugged. Is there any way to
get notification in user mode?
Thanx in advance.
Device arrival message…
BR,
Rob Linegar
Software Engineer
Data Encryption Systems Limited
www.des.co.uk | www.deslock.com
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of begger
Sent: 28 November 2006 11:21
To: Windows System Software Devs Interest List
Subject: [ntdev] USB notification to user mode
Hi gurus.
I need to be notified when any USB device is plugged. Is there any way
to
get notification in user mode?
Thanx in advance.
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
Use RegisterDeviceNotification() winapi to register for class GUID_CLASS_USB_DEVICE and you will get the appropriate device events, e.g. in a nt service.
Thanx a lot guys.
ÓÏÏÂÝÉÌ/ÓÏÏÂÝÉÌÁ × ÎÏ×ÏÓÔÑÈ ÓÌÅÄÕÀÝÅÅ:
news:xxxxx@ntdev…
> Use RegisterDeviceNotification() winapi to register for class
> GUID_CLASS_USB_DEVICE and you will get the appropriate device events, e.g.
> in a nt service.
>