// usbpmapi.h
typedef struct _USBPM_HUB_PROPERTIES {
USBPM_HUB ParentHubHandle;
USBPM_HUB HubHandle;
ULONG ConnectorCount;
} USBPM_HUB_PROPERTIES, *PUSBPM_HUB_PROPERTIES;
View the official Windows Driver Kit DDI referenceNo description available.
Properties of a connector hub.
ParentHubHandleThe handle of the parent hub of this hub. This value is NULL when this hub has no parent hub.
HubHandleThe handle of this hub.
ConnectorCountThe number of connectors on this hub.