WPD_POWER_SOURCES - NtDoc

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

typedef enum tagWPD_POWER_SOURCES {
  WPD_POWER_SOURCE_BATTERY,
  WPD_POWER_SOURCE_EXTERNAL
} WPD_POWER_SOURCES;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-portabledevice-tagwpd_power_sources)

tagWPD_POWER_SOURCES enumeration

Description

The WPD_POWER_SOURCES enumeration type describes the power source that a device is using.

Constants

WPD_POWER_SOURCE_BATTERY

The device power source is a battery.

WPD_POWER_SOURCE_EXTERNAL

The device uses an external power source.

Remarks

This enumeration is used by the WPD_DEVICE_POWER_SOURCE property.

See also

Structures and Enumeration Types