structure UCMTCPCI_PORT_CONTROLLER_CONFIG (ucmtcpciportcontroller.h)
Contient les options de configuration de l’objet du 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.
Exigences
Exigence | Valeur |
---|---|
d’en-tête | ucmtcpciportcontroller.h |