Partager via


fonction UCMTCPCI_PORT_CONTROLLER_CONFIG_INIT (ucmtcpciportcontroller.h)

Initialise la structure UCMTCPCI_PORT_CONTROLLER_CONFIG.

Syntaxe

VOID UCMTCPCI_PORT_CONTROLLER_CONFIG_INIT(
  [out] PUCMTCPCI_PORT_CONTROLLER_CONFIG         Config,
  [in]  PUCMTCPCI_PORT_CONTROLLER_IDENTIFICATION Identification,
  [in]  PUCMTCPCI_PORT_CONTROLLER_CAPABILITIES   Capabilities
);

Paramètres

[out] Config

Pointeur vers la structure UCMTCPCI_PORT_CONTROLLER_CONFIG allouée par le pilote.

[in] Identification

Pointeur vers la structure UCMTCPCI_PORT_CONTROLLER_IDENTIFICATION.

[in] Capabilities

Pointeur vers la structure UCMTCPCI_PORT_CONTROLLER_CAPABILITIES.

Valeur de retour

Aucun

Exigences

Exigence Valeur
client minimum pris en charge Windows 10
serveur minimum pris en charge Windows Server 2016
plateforme cible Windows
d’en-tête ucmtcpciportcontroller.h
IRQL PASSIVE_LEVEL

Voir aussi

UcmTcpciPortControllerCreate