Partager via


structure USB_DEVICE_PORT_PATH (ucxusbdevice.h)

Contient le chemin d’accès du port d’un périphérique USB.

Syntaxe

typedef struct _USB_DEVICE_PORT_PATH {
  ULONG Size;
  ULONG PortPathDepth;
  ULONG TTHubDepth;
  ULONG PortPath[MAX_USB_DEVICE_DEPTH];
} USB_DEVICE_PORT_PATH, *PUSB_DEVICE_PORT_PATH;

Membres

Size

Taille en octets de cette structure.

PortPathDepth

Profondeur du chemin d’accès dans l’arborescence de topologie USB, composée du contrôleur hôte, des hubs et des appareils.

TTHubDepth

Profondeur du chemin dans l’arborescence de topologie USB à partir d’un hub TT.

PortPath[MAX_USB_DEVICE_DEPTH]

Index du port USB connecté sur le hub.

Exigences

Exigence Valeur
d’en-tête ucxusbdevice.h (include Ucxclass.h)

Voir aussi

UCXUSBDEVICE_INFO