Notatka
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
A driver registers for EventCategoryDeviceInterfaceChange notification so the driver can be notified when device interfaces of a particular class arrive (are enabled) or are removed (disabled) on the machine. For example, a composite battery driver might register for notification of device interfaces of class battery so it can provide information to the operating system about total available battery power.
The following subsections discuss how to register for device interface change notification and how to handle device interface change events in a PnP notification callback routine:
Registering for Device Interface Change Notification
Handling Device Interface Change Events
See IoRegisterDeviceInterface and related routines For information about device interfaces.