UCMTCPCI_PORT_CONTROLLER_CONFIG structure (ucmtcpciportcontroller.h)

Contient les options de configuration de l’objet contrôleur de port, transmises par le pilote client dans l’appel à UcmTcpciPortControllerCreate. Appelez UCMTCPCI_PORT_CONTROLLER_CONFIG_INIT pour initialiser cette structure.

Syntaxe

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;

Membres

Size

Taille de cette structure.

Identification

Pointeur vers la structure UCMTCPCI_PORT_CONTROLLER_IDENTIFICATION .

Capabilities

Pointeur vers la structure UCMTCPCI_PORT_CONTROLLER_CAPABILITIES .

Configuration requise

Condition requise Valeur
En-tête ucmtcpciportcontroller.h

Voir aussi

UcmTcpciPortControllerCreate