CAD_POWER_SOURCE_INFO - NtDoc

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

typedef struct _CAD_POWER_SOURCE_INFO {
  POWERSOURCEID SourceId;
  USHORT        Version;
  ULONG         VaData[1];
} CAD_POWER_SOURCE_INFO, *PCAD_POWER_SOURCE_INFO;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-charging-_cad_power_source_info)

_CAD_POWER_SOURCE_INFO structure

Description

This structure is for internal use only.

Members

SourceId

Version

VaData[1]

See also

charging.h