UCSI_SET_PDM_COMMAND - NtDoc

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

typedef union _UCSI_SET_PDM_COMMAND {
  UINT64 AsUInt64;
  struct {
    UINT64 Command : 8;
    UINT64 DataLength : 8;
    UINT64 ConnectorNumber : 7;
    UINT64 PowerDirectionMode : 3;
  };
} UCSI_SET_PDM_COMMAND, *PUCSI_SET_PDM_COMMAND;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_UCSI_SET_PDM_COMMAND structure

Description

Obsolete.

Members

AsUInt64

Command

DataLength

ConnectorNumber

PowerDirectionMode

Remarks

See also