// usbpmapi.h
VOID USBPM_HUB_CONNECTOR_HANDLES_INIT(
[Out] PUSBPM_HUB_CONNECTOR_HANDLES HubConnectorHandles,
[In] ULONG ConnectorCount,
[Out] USBPM_CONNECTOR *ConnectorHandlesBuffer
);
View the official Windows Driver Kit DDI referenceNo description available.
Initializes a USBPM_HUB_CONNECTOR_HANDLES structure.
HubConnectorHandles [Out]A pointer to a USBPM_HUB_CONNECTOR_HANDLES structure to initialize.
ConnectorCount [In]The number of connectors on this hub.
ConnectorHandlesBuffer [Out]A pointer to a connector handle array of all the connectors on this hub.