// 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 referenceNo description available.
Defines Power Data Object types.
UcmPdPdoTypeFixedSupplyIndicates the PD data object type is a fixed supply.
UcmPdPdoTypeBatterySupplyIndicates the PD data object type is a battery supply.
UcmPdPdoTypeVariableSupplyNonBatteryIndicates the PD data object type is a non-battery variable supply.
UCM_PD_POWER_DATA_OBJECT_GET_TYPE