ALTERNATE_INTERFACE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// usbfnbase.h

typedef struct _ALTERNATE_INTERFACE {
  USHORT InterfaceNumber;
  USHORT AlternateInterfaceNumber;
} ALTERNATE_INTERFACE, *PALTERNATE_INTERFACE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-usbfnbase-_alternate_interface)

_ALTERNATE_INTERFACE structure

Description

The ALTERNATE_INTERFACE structure provides information about alternate settings for a Universal Serial Bus (USB) interface.

Members

InterfaceNumber

The index number for theUSB interface setting.

AlternateInterfaceNumber

The index number for the alternate USB interface setting.

See also

USBFN_NOTIFICATION