Condividi tramite


funzione UCX_ROOTHUB_CONFIG_INIT_WITH_CONTROL_URB_HANDLER (ucxroothub.h)

Inizializza un UCX_ROOTHUB_CONFIG con puntatori alle funzioni di callback degli eventi implementate dal driver client.

Sintassi

void UCX_ROOTHUB_CONFIG_INIT_WITH_CONTROL_URB_HANDLER(
  [out] PUCX_ROOTHUB_CONFIG             Config,
  [in]  PFN_UCX_ROOTHUB_CONTROL_URB     EvtRootHubControlUrb,
  [in]  PFN_UCX_ROOTHUB_INTERRUPT_TX    EvtRootHubInterruptTx,
  [in]  PFN_UCX_ROOTHUB_GET_INFO        EvtRootHubGetInfo,
  [in]  PFN_UCX_ROOTHUB_GET_20PORT_INFO EvtRootHubGet20PortInfo,
  [in]  PFN_UCX_ROOTHUB_GET_30PORT_INFO EvtRootHubGet30PortInfo
);

Parametri

[out] Config

Puntatore a una struttura UCX_ROOTHUB_CONFIG da inizializzare.

[in] EvtRootHubControlUrb

Puntatore all'implementazione del driver client del callback dell'evento EVT_UCX_ROOTHUB_CONTROL_URB.

[in] EvtRootHubInterruptTx

Puntatore all'implementazione del driver client del callback dell'evento EVT_UCX_ROOTHUB_INTERRUPT_TX.

[in] EvtRootHubGetInfo

Puntatore all'implementazione del driver client del callback dell'evento EVT_UCX_ROOTHUB_GET_INFO.

[in] EvtRootHubGet20PortInfo

Puntatore all'implementazione del driver client del callback dell'evento EVT_UCX_ROOTHUB_GET_20PORT_INFO.

[in] EvtRootHubGet30PortInfo

Puntatore all'implementazione del driver client del callback dell'evento EVT_UCX_ROOTHUB_GET_30PORT_INFO.

Valore restituito

Nessuno

Osservazioni

Questa funzione non restituisce un valore.

Fabbisogno

Requisito Valore
client minimo supportato Windows 10
intestazione ucxroothub.h

Vedere anche

UcxRootHubCreare