// ucmucsispec.h
typedef union _UCSI_MESSAGE_OUT {
UINT8 AsBuffer[UCSI_MAX_DATA_LENGTH];
} UCSI_MESSAGE_OUT, *PUCSI_MESSAGE_OUT;
View the official Windows Driver Kit DDI referenceNo description available.
The MESSAGE OUT data structure. See Section 3.5 in UCSI spec version 1.2.
AsBuffer