função USBPM_HUB_CONNECTOR_HANDLES_INIT (usbpmapi.h)
Inicializa uma estrutura de USBPM_HUB_CONNECTOR_HANDLES.
Sintaxe
void USBPM_HUB_CONNECTOR_HANDLES_INIT(
[Out] PUSBPM_HUB_CONNECTOR_HANDLES HubConnectorHandles,
[In] ULONG ConnectorCount,
[Out] USBPM_CONNECTOR *ConnectorHandlesBuffer
);
Parâmetros
[Out] HubConnectorHandles
Um ponteiro para uma estrutura USBPM_HUB_CONNECTOR_HANDLES a ser inicializada.
[In] ConnectorCount
O número de conectores neste hub.
[Out] ConnectorHandlesBuffer
Um ponteiro para uma matriz de identificadores de conector de todos os conectores neste hub.
Valor de retorno
Nenhum
Requisitos
Requisito | Valor |
---|---|
de cliente com suporte mínimo | Windows 10, versão 1809 |
versão mínima do KMDF | 1.27 |
versão mínima do UMDF | 2.27 |
cabeçalho | usbpmapi.h |
biblioteca | UsbPmApi.lib |
IRQL | PASSIVE_LEVEL |