UCSI_MESSAGE_OUT - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ucmucsispec-_ucsi_message_out)

_UCSI_MESSAGE_OUT structure

Description

The MESSAGE OUT data structure. See Section 3.5 in UCSI spec version 1.2.

Members

AsBuffer

Remarks

See also