UCSI_BM_POWER_SOURCE - NtDoc

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

typedef union _UCSI_BM_POWER_SOURCE {
  UINT8  AsUInt8;
  struct {
    UINT8 AcSupply : 1;
    UINT8 Other : 1;
    UINT8 UsesVBus : 1;
  };
} UCSI_BM_POWER_SOURCE, *PUCSI_BM_POWER_SOURCE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_UCSI_BM_POWER_SOURCE structure

Description

Used in the GET_CAPABILITY command. See Bit 15:8 in Table 4-14 in UCSI spec version 1.2.

Members

AsUInt8

AcSupply

Other

UsesVBus

Remarks

See also