funzione UCMTCPCI_PORT_CONTROLLER_CONFIG_INIT (ucmtcpciportcontroller.h)
Inizializza la struttura UCMTCPCI_PORT_CONTROLLER_CONFIG .
Sintassi
void UCMTCPCI_PORT_CONTROLLER_CONFIG_INIT(
[out] PUCMTCPCI_PORT_CONTROLLER_CONFIG Config,
[in] PUCMTCPCI_PORT_CONTROLLER_IDENTIFICATION Identification,
[in] PUCMTCPCI_PORT_CONTROLLER_CAPABILITIES Capabilities
);
Parametri
[out] Config
Puntatore alla struttura UCMTCPCI_PORT_CONTROLLER_CONFIG allocata dal driver.
[in] Identification
Puntatore alla struttura UCMTCPCI_PORT_CONTROLLER_IDENTIFICATION .
[in] Capabilities
Puntatore alla struttura UCMTCPCI_PORT_CONTROLLER_CAPABILITIES .
Valore restituito
nessuno
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows 10 |
Server minimo supportato | Windows Server 2016 |
Piattaforma di destinazione | Windows |
Intestazione | ucmtcpciportcontroller.h |
IRQL | PASSIVE_LEVEL |