// usbfnbase.h
typedef struct _USBFN_INTERFACE_INFO {
UINT8 InterfaceNumber;
USBFN_BUS_SPEED Speed;
USHORT Size;
UCHAR InterfaceDescriptorSet[1];
} USBFN_INTERFACE_INFO, *PUSBFN_INTERFACE_INFO;
View the official Windows Driver Kit DDI referenceNo description available.
Describes an interface and its endpoints.
InterfaceNumberThe index number of the interface.
SpeedThe operating bus speed indicated by USBFN_BUS_SPEED-typed flags.
SizeSpecifies the total length, in bytes, of all data for the interface.
InterfaceDescriptorSetPointer to the first element in the array of that contains the interface descriptor set.