USBRPM_DEVICE_LIST structure

The USBRPM_DEVICE_LIST structure contains the list of USB devices for which a client can load an alternate driver.

Syntax

typedef struct _USBRPM_DEVICE_LIST {
  ULONG                     NumberOfDevices;
  USBRPM_DEVICE_INFORMATION Device[];
} USBRPM_DEVICE_LIST, *PUSBRPM_DEVICE_LIST;

Members

  • NumberOfDevices
    The number of devices that are contained in the list.

  • Device
    The list of devices.

Requirements

Version

Available in Windows 7.

Header

Usbrpmif.h (include Usbrpmif.h)

See also

USB device driver programming reference

USB Structures

 

 

Send comments about this topic to Microsoft