USBPM_HUB_PROPERTIES - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-usbpmapi-_usbpm_hub_properties)

_USBPM_HUB_PROPERTIES structure

Description

Properties of a connector hub.

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.

Remarks

See also