// ucmtcpciportcontroller.h
typedef struct _UCMTCPCI_PORT_CONTROLLER_CAPABILITIES {
ULONG Size;
BOOLEAN IsPowerDeliveryCapable;
UCMTCPCI_PORT_CONTROLLER_DEVICE_CAPABILITIES_1 DeviceCapabilities1;
UCMTCPCI_PORT_CONTROLLER_DEVICE_CAPABILITIES_2 DeviceCapabilities2;
UCMTCPCI_PORT_CONTROLLER_STANDARD_INPUT_CAPABILITIES StandardInputCapabilities;
UCMTCPCI_PORT_CONTROLLER_STANDARD_OUTPUT_CAPABILITIES StandardOutputCapabilities;
} UCMTCPCI_PORT_CONTROLLER_CAPABILITIES, *PUCMTCPCI_PORT_CONTROLLER_CAPABILITIES;
View the official Windows Driver Kit DDI referenceNo description available.
Contains information about the capabilities of the port controller. This client driver must specify that information in the call to UcmTcpciPortControllerCreate during initialization. Call UCMTCPCI_PORT_CONTROLLER_CAPABILITIES_INIT to initialize this structure.
SizeThe size of this structure.
IsPowerDeliveryCapableIndicates whether the port controller supports USB Power Delivery.
DeviceCapabilities1A UCMTCPCI_PORT_CONTROLLER_DEVICE_CAPABILITIES_1 structure that describes the DEVICE_CAPABILITIES_1 Register as per the Universal Serial Bus Type-C Port Controller Interface Specification. This structure is declared in UcmTcpciSpec.h.
DeviceCapabilities2A UCMTCPCI_PORT_CONTROLLER_DEVICE_CAPABILITIES_2 structure that describes the DEVICE_CAPABILITIES_2 Register as per the Universal Serial Bus Type-C Port Controller Interface Specification. This structure is declared in UcmTcpciSpec.h.
StandardInputCapabilitiesA UCMTCPCI_PORT_CONTROLLER_STANDARD_INPUT_CAPABILITIES structure that describes the STANDARD_INPUT_CAPABILITIES Register as per the Universal Serial Bus Type-C Port Controller Interface Specification. This structure is declared in UcmTcpciSpec.h.
StandardOutputCapabilitiesA UCMTCPCI_PORT_CONTROLLER_STANDARD_OUTPUT_CAPABILITIES structure that describes the STANDARD_OUTPUT_CAPABILITIES Register as per the Universal Serial Bus Type-C Port Controller Interface Specification. This structure is declared in UcmTcpciSpec.h.
UCMTCPCI_PORT_CONTROLLER_CAPABILITIES_INIT