UFX_PROPRIETARY_CHARGER - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ufxproprietarycharger-_ufx_proprietary_charger)

_UFX_PROPRIETARY_CHARGER structure

Description

Describes the proprietary charger's device power requirements.

Members

ChargerId

Charger identifier used to identify a specific type of charger.

DxState

The minimum required device power state when it is connected, indicated by one of the DEVICE_POWER_STATE-typed flags.