UCM_PD_POWER_DATA_OBJECT_TYPE - NtDoc

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

typedef enum _UCM_PD_POWER_DATA_OBJECT_TYPE {
  UcmPdPdoTypeFixedSupply,
  UcmPdPdoTypeBatterySupply,
  UcmPdPdoTypeVariableSupplyNonBattery
} UCM_PD_POWER_DATA_OBJECT_TYPE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-ucmtypes-_ucm_pd_power_data_object_type)

_UCM_PD_POWER_DATA_OBJECT_TYPE enumeration

Description

Defines Power Data Object types.

Constants

UcmPdPdoTypeFixedSupply

Indicates the PD data object type is a fixed supply.

UcmPdPdoTypeBatterySupply

Indicates the PD data object type is a battery supply.

UcmPdPdoTypeVariableSupplyNonBattery

Indicates the PD data object type is a non-battery variable supply.

See also

UCM_PD_POWER_DATA_OBJECT_GET_TYPE