Partager via


UCX_ROOTHUB_CONFIG_INIT_WITH_CONTROL_URB_HANDLER, fonction (ucxroothub.h)

Initialise un UCX_ROOTHUB_CONFIG avec des pointeurs vers des fonctions de rappel d’événement implémentées par le pilote client.

Syntaxe

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
);

Paramètres

[out] Config

Pointeur vers une structure UCX_ROOTHUB_CONFIG à initialiser.

[in] EvtRootHubControlUrb

Pointeur vers l’implémentation par le pilote client du rappel d’événement EVT_UCX_ROOTHUB_CONTROL_URB .

[in] EvtRootHubInterruptTx

Pointeur vers l’implémentation par le pilote client du rappel d’événement EVT_UCX_ROOTHUB_INTERRUPT_TX .

[in] EvtRootHubGetInfo

Pointeur vers l’implémentation par le pilote client du rappel d’événement EVT_UCX_ROOTHUB_GET_INFO .

[in] EvtRootHubGet20PortInfo

Pointeur vers l’implémentation par le pilote client du rappel d’événement EVT_UCX_ROOTHUB_GET_20PORT_INFO .

[in] EvtRootHubGet30PortInfo

Pointeur vers l’implémentation par le pilote client du rappel d’événement EVT_UCX_ROOTHUB_GET_30PORT_INFO .

Valeur de retour

None

Remarques

Cette fonction ne retourne pas de valeur.

Configuration requise

Condition requise Valeur
Client minimal pris en charge Windows 10
En-tête ucxroothub.h

Voir aussi

UcxRootHubCréer