Share via


función UCMTCPCI_PORT_CONTROLLER_CONFIG_INIT (ucmtcpciportcontroller.h)

Inicializa la estructura UCMTCPCI_PORT_CONTROLLER_CONFIG .

Sintaxis

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

Parámetros

[out] Config

Puntero a la estructura de UCMTCPCI_PORT_CONTROLLER_CONFIG asignada por el controlador.

[in] Identification

Puntero a la estructura UCMTCPCI_PORT_CONTROLLER_IDENTIFICATION .

[in] Capabilities

Puntero a la estructura UCMTCPCI_PORT_CONTROLLER_CAPABILITIES .

Valor devuelto

None

Requisitos

Requisito Value
Cliente mínimo compatible Windows 10
Servidor mínimo compatible Windows Server 2016
Plataforma de destino Windows
Encabezado ucmtcpciportcontroller.h
IRQL PASSIVE_LEVEL

Consulte también

UcmTcpciPortControllerCreate