USBPM_HUB_CONNECTOR_HANDLES_INIT - NtDoc

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

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-usbpmapi-usbpm_hub_connector_handles_init)

USBPM_HUB_CONNECTOR_HANDLES_INIT function

Description

Initializes a USBPM_HUB_CONNECTOR_HANDLES structure.

Parameters

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.

Remarks

See also