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.

Valor de retorno

Nenhum

Requisitos

Requisito Valor
de cliente com suporte mínimo Windows 10
servidor com suporte mínimo Windows Server 2016
da Plataforma de Destino Windows
cabeçalho ucmtcpciportcontroller.h
IRQL PASSIVE_LEVEL

Consulte também

UcmTcpciPortControllerCreate