GUID_CLASS_USB_DEVICE

GUID_CLASS_USB_DEVICE is an obsolete identifier for the device interface class for USB devices that are attached to a USB hub. Starting with Microsoft Windows 2000, use the GUID_DEVINTERFACE_USB_DEVICE class identifier for new instances of this class.

Remarks

The Microsoft Windows Driver Kit (WDK) includes the USBVIEW sample application. The USBVIEW sample uses GUID_CLASS_USB_DEVICE to register to be notified if instances of the GUID_CLASS_USB_DEVICE interface class are present.

Requirements

Version

Obsolete. Starting with Windows 2000, use GUID_DEVINTERFACE_USB_DEVICE instead.

Header

Usbiodef.h (include Usbiodef.h)

Previously, this identifier was dependent on Usbioctl.h. Note that you now need to include Usbiodef.h instead.

See also

GUID_DEVINTERFACE_USB_DEVICE