Compartir a través de


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

Ninguno

Requisitos

Requisito Valor
cliente mínimo admitido Windows 10
servidor mínimo admitido Windows Server 2016
de la plataforma de destino de Windows
encabezado de ucmtcpciportcontroller.h
irQL PASSIVE_LEVEL

Consulte también

UcmTcpciPortControllerCreate