USBPM_HUB_PROPERTIES structure (usbpmapi.h)
Properties of a connector hub.
Syntax
typedef struct _USBPM_HUB_PROPERTIES {
USBPM_HUB ParentHubHandle;
USBPM_HUB HubHandle;
ULONG ConnectorCount;
} USBPM_HUB_PROPERTIES, *PUSBPM_HUB_PROPERTIES;
Members
ParentHubHandle
The handle of the parent hub of this hub. This value is NULL when this hub has no parent hub.
HubHandle
The handle of this hub.
ConnectorCount
The number of connectors on this hub.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10, version 1809 |
Minimum KMDF version | 1.27 |
Minimum UMDF version | 2.27 |
Header | usbpmapi.h |