Partilhar via


estrutura UCMTCPCI_PORT_CONTROLLER_CONFIG (ucmtcpciportcontroller.h)

Contém opções de configuração para o objeto do controlador de porta, passado pelo driver cliente na chamada para UcmTcpciPortControllerCreate. Chame UCMTCPCI_PORT_CONTROLLER_CONFIG_INIT para inicializar essa estrutura.

Sintaxe

typedef struct _UCMTCPCI_PORT_CONTROLLER_CONFIG {
  ULONG                                    Size;
  PUCMTCPCI_PORT_CONTROLLER_IDENTIFICATION Identification;
  PUCMTCPCI_PORT_CONTROLLER_CAPABILITIES   Capabilities;
} UCMTCPCI_PORT_CONTROLLER_CONFIG, *PUCMTCPCI_PORT_CONTROLLER_CONFIG;

Membros

Size

Tamanho dessa estrutura.

Identification

Um ponteiro para a estrutura UCMTCPCI_PORT_CONTROLLER_IDENTIFICATION.

Capabilities

Um ponteiro para a estrutura UCMTCPCI_PORT_CONTROLLER_CAPABILITIES.

Requisitos

Requisito Valor
cabeçalho ucmtcpciportcontroller.h

Consulte também

UcmTcpciPortControllerCreate