UCSI_CCI - NtDoc

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

typedef union _UCSI_CCI {
  UINT32 AsUInt32;
  struct {
    UINT32 ConnectorChangeIndicator : 7;
    UINT32 DataLength : 8;
    UINT32 NotSupportedIndicator : 1;
    UINT32 CancelCompletedIndicator : 1;
    UINT32 ResetCompletedIndicator : 1;
    UINT32 BusyIndicator : 1;
    UINT32 AcknowledgeCommandIndicator : 1;
    UINT32 ErrorIndicator : 1;
    UINT32 CommandCompletedIndicator : 1;
  };
} UCSI_CCI, *PUCSI_CCI;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_UCSI_CCI structure

Description

Used in the GET_CONNECTOR_CAPABILITY command. See Table 4-16 in UCSI spec version 1.2.

Members

AsUInt32

ConnectorChangeIndicator

DataLength

NotSupportedIndicator

CancelCompletedIndicator

ResetCompletedIndicator

BusyIndicator

AcknowledgeCommandIndicator

ErrorIndicator

CommandCompletedIndicator

Remarks

See also