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 de 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
None
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows 10 |
Serveur minimal pris en charge | Windows Server 2016 |
Plateforme cible | Windows |
En-tête | ucmtcpciportcontroller.h |
IRQL | PASSIVE_LEVEL |