UCMTCPCI_PORT_CONTROLLER_CONFIG struttura (ucmtcpciportcontroller.h)

Contiene le opzioni di configurazione per l'oggetto controller di porta, passato dal driver client nella chiamata a UcmTcpciPortControllerCreate. Chiamare UCMTCPCI_PORT_CONTROLLER_CONFIG_INIT per inizializzare questa struttura.

Sintassi

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;

Members

Size

Dimensioni di questa struttura.

Identification

Puntatore alla struttura UCMTCPCI_PORT_CONTROLLER_IDENTIFICATION .

Capabilities

Puntatore alla struttura UCMTCPCI_PORT_CONTROLLER_CAPABILITIES .

Requisiti

Requisito Valore
Intestazione ucmtcpciportcontroller.h

Vedi anche

UcmTcpciPortControllerCreate