// ucmucsispec.h
typedef union _UCSI_GET_CONNECTOR_CAPABILITY_COMMAND {
UINT64 AsUInt64;
struct {
UINT64 Command : 8;
UINT64 DataLength : 8;
UINT64 ConnectorNumber : 7;
};
} UCSI_GET_CONNECTOR_CAPABILITY_COMMAND, *PUCSI_GET_CONNECTOR_CAPABILITY_COMMAND;
View the official Windows Driver Kit DDI referenceNo description available.
Used in the GET_CONNECTOR_CAPABILITY command. See Table 4-15 in UCSI spec version 1.2.
AsUInt64CommandDataLengthConnectorNumber