POWERSOURCEID - NtDoc

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

typedef enum _POWERSOURCEID {
  PowerSourceInvalid,
  PowerSourceNone,
  PowerSourceUsbfn,
  PowerSourceWirelessCharger,
  PowerSourceKD,
  PowerSourceUsbTypeC,
  PowerSourceMax
} POWERSOURCEID, *PPOWERSOURCEID;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-charging-_powersourceid)

_POWERSOURCEID enumeration

Description

This enum is for internal use only.

Constants

PowerSourceInvalid

PowerSourceNone

PowerSourceUsbfn

PowerSourceWirelessCharger

PowerSourceKD

PowerSourceUsbTypeC

PowerSourceMax

See also

charging.h