Compartilhar via


Função UCMTCPCI_PORT_CONTROLLER_CONFIG_INIT (ucmtcpciportcontroller.h)

Inicializa a estrutura UCMTCPCI_PORT_CONTROLLER_CONFIG .

Sintaxe

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

Um ponteiro para a estrutura de UCMTCPCI_PORT_CONTROLLER_CONFIG alocada pelo driver.

[in] Identification

Um ponteiro para a estrutura UCMTCPCI_PORT_CONTROLLER_IDENTIFICATION .

[in] Capabilities

Um ponteiro para a estrutura UCMTCPCI_PORT_CONTROLLER_CAPABILITIES .

Retornar valor

Nenhum

Requisitos

Requisito Valor
Cliente mínimo com suporte Windows 10
Servidor mínimo com suporte Windows Server 2016
Plataforma de Destino Windows
Cabeçalho ucmtcpciportcontroller.h
IRQL PASSIVE_LEVEL

Confira também

UcmTcpciPortControllerCreate