// ucmucsispec.h
typedef struct _UCSI_GET_ALTERNATE_MODES_IN {
UCSI_ALTERNATE_MODE AlternateModes[2];
} UCSI_GET_ALTERNATE_MODES_IN, *PUCSI_GET_ALTERNATE_MODES_IN;
View the official Windows Driver Kit DDI referenceNo description available.
Used in the GET_ALTERNATE_MODES command. See Table 4-24 in UCSI spec version 1.2.
AlternateModes