UCSI_GET_PDOS_COMMAND - NtDoc

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

typedef union _UCSI_GET_PDOS_COMMAND {
  UINT64 AsUInt64;
  struct {
    UINT64 Command : 8;
    UINT64 DataLength : 8;
    UINT64 ConnectorNumber : 7;
    UINT64 PartnerPdo : 1;
    UINT64 PdoOffset : 8;
    UINT64 NumberOfPdos : 2;
    UINT64 SourceOrSinkPdos : 1;
    UINT64 SourceCapabilitiesType : 2;
  };
} UCSI_GET_PDOS_COMMAND, *PUCSI_GET_PDOS_COMMAND;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_UCSI_GET_PDOS_COMMAND structure

Description

Used in the GET_PDOS command. See Table 4-34 in UCSI spec version 1.2.

Members

AsUInt64

Command

DataLength

ConnectorNumber

PartnerPdo

PdoOffset

NumberOfPdos

SourceOrSinkPdos

SourceCapabilitiesType

Remarks

See also