UCSI_ACK_CC_CI_COMMAND - NtDoc

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

typedef union _UCSI_ACK_CC_CI_COMMAND {
  UINT64 AsUInt64;
  struct {
    UINT64 Command : 8;
    UINT64 DataLength : 8;
    UINT64 ConnectorChangeAcknowledge : 1;
    UINT64 CommandCompletedAcknowledge : 1;
  };
} UCSI_ACK_CC_CI_COMMAND, *PUCSI_ACK_CC_CI_COMMAND;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_UCSI_ACK_CC_CI_COMMAND structure

Description

Used in the ACK_CC_CI command. See Table 4-7 in UCSI spec version 1.2.

Members

AsUInt64

Command

DataLength

ConnectorChangeAcknowledge

CommandCompletedAcknowledge

Remarks

See also