UCSI_DATA_BLOCK - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ucmucsispec.h

typedef struct _UCSI_DATA_BLOCK {
  UCSI_VERSION     UcsiVersion;
  UCSI_CCI         CCI;
  UCSI_CONTROL     Control;
  UCSI_MESSAGE_IN  MessageIn;
  UCSI_MESSAGE_OUT MessageOut;
} UCSI_DATA_BLOCK, *PUCSI_DATA_BLOCK;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_UCSI_DATA_BLOCK structure

Description

The data structures for memory locations. See Section 3 in UCSI spec version 1.2.

Members

UcsiVersion

CCI

Control

MessageIn

MessageOut

Remarks

See also