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 UcmTcpciPortControllerCreare. 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;
Membri
Size
Dimensioni di questa struttura.
Identification
Puntatore alla struttura UCMTCPCI_PORT_CONTROLLER_IDENTIFICATION.
Capabilities
Puntatore alla struttura UCMTCPCI_PORT_CONTROLLER_CAPABILITIES.
Fabbisogno
Requisito | Valore |
---|---|
intestazione | ucmtcpciportcontroller.h |