structure USB_DEVICE_PORT_PATH (ucxusbdevice.h)
Contient le chemin 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 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.
Configuration requise
Condition requise | Valeur |
---|---|
En-tête | ucxusbdevice.h (inclure Ucxclass.h) |