Device Plugin time on Windows XP

  • Thread starter Thread starter brian.aurilio
  • Start date Start date
B

brian.aurilio

Does Windows XP record the time when an USB device is plugged in/out?
If
so, can it be programmatically accessed in VS C++?

I checked the Event Viewer and do not see anything in the log.

Note: I also posted this on the device driver group.

Thanks.

B.
 
Thanks.

I am trying another approach but with Registries. Maybe use the
query() interface to find out the last time a registry has been
modified. Something I'm considering.

Thanks again.

B.
 
Back
Top