CAD_POWER_SOURCE_INFO_USB - NtDoc

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

typedef struct _CAD_POWER_SOURCE_INFO_USB {
  POWERSOURCEID   SourceId;
  USHORT          Version;
  ULONG           Flags;
  ULONG           MaxCurrent;
  ULONG           Voltage;
  LONG            PortType;
  ULONGLONG       PortId;
  USBFN_PORT_TYPE PowerSourceInformation;
  GUID            OemCharger;
} CAD_POWER_SOURCE_INFO_USB, *PCAD_POWER_SOURCE_INFO_USB;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_CAD_POWER_SOURCE_INFO_USB structure

Description

This structure is for internal use only.

Members

SourceId

Version

Flags

MaxCurrent

Voltage

PortType

PortId

PowerSourceInformation

OemCharger

See also

charging.h