// usbfnbase.h
typedef struct _ALTERNATE_INTERFACE {
USHORT InterfaceNumber;
USHORT AlternateInterfaceNumber;
} ALTERNATE_INTERFACE, *PALTERNATE_INTERFACE;
View the official Windows Driver Kit DDI referenceNo description available.
The ALTERNATE_INTERFACE structure provides information about alternate settings for a Universal Serial Bus (USB) interface.
InterfaceNumberThe index number for theUSB interface setting.
AlternateInterfaceNumberThe index number for the alternate USB interface setting.