estructura UCMTCPCI_PORT_CONTROLLER_CONFIG (ucmtcpciportcontroller.h)
Contiene opciones de configuración para el objeto de controlador de puerto, pasado por el controlador de cliente en la llamada a UcmTcpciPortControllerCreate. Llame a UCMTCPCI_PORT_CONTROLLER_CONFIG_INIT para inicializar esta estructura.
Sintaxis
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;
Miembros
Size
Tamaño de esta estructura.
Identification
Puntero a la estructura UCMTCPCI_PORT_CONTROLLER_IDENTIFICATION .
Capabilities
Puntero a la estructura UCMTCPCI_PORT_CONTROLLER_CAPABILITIES .
Requisitos
Requisito | Valor |
---|---|
Header | ucmtcpciportcontroller.h |