WMI events for driver load and unload

Hello,

I want to catch driver load and unload events in a user-mode application. I
can monitor driver load and unload operations by polling, but I would prefer
to receive asynchronous events.

It should be possible to subscribe to the appropriate WMI events, but I
don’t know the name of the events I need to monitor. Is there a
comprehensive list of WMI system events in Win2K documentation? Or
alternatively does anyone know the names of the load and unload driver
events?

Thanks

-Tom


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com

Hello ,

TS> I want to catch driver load and unload events in a user-mode application. I
TS> can monitor driver load and unload operations by polling, but I would prefer
TS> to receive asynchronous events.

For PnP driver you can use RegisterDeviceNotification, but you must
knows the GUID from the driver.

elli


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com