// ufxproprietarycharger.h
typedef struct _UFX_PROPRIETARY_CHARGER {
GUID ChargerId;
DEVICE_POWER_STATE DxState;
} UFX_PROPRIETARY_CHARGER, *PUFX_PROPRIETARY_CHARGER;
View the official Windows Driver Kit DDI referenceNo description available.
Describes the proprietary charger's device power requirements.
ChargerIdCharger identifier used to identify a specific type of charger.
DxStateThe minimum required device power state when it is connected, indicated by one of the DEVICE_POWER_STATE-typed flags.