POWER_INFORMATION_ENERGY_TRACKER_QUERY_OUTPUT - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#ifndef _NTPOAPI_H

// rev
typedef struct _POWER_INFORMATION_ENERGY_TRACKER_QUERY_OUTPUT
{
    ULONG Version;              // 0x00200013
    ULONG HeaderSize;           // 0x48
    ULONG TotalSize;            // full buffer size required/returned
    ULONG Sequence;
    ULONG DeltaPerformanceTime;
    ULONG DeltaInterruptTime;
    ULONG CurrentPerformanceTime;
    ULONG CurrentTimelineTime;
    ULONG Reserved20;
    ULONG Reserved24;           // fixed-record section offset
    ULONG RecordCount;
    ULONG MetadataOffset;
    ULONG AggregateOffset;
    ULONG StringSectionOffset;
    ULONG AggregateTag;         // 0x00100068
    USHORT AggregateItemSize;   // 0x000C
    USHORT Reserved3E;
    ULONG Reserved40;
    ULONG AggregateRecordSize;  // 432 or 440 depending on create flags
    UCHAR Data[1];
} POWER_INFORMATION_ENERGY_TRACKER_QUERY_OUTPUT, *PPOWER_INFORMATION_ENERGY_TRACKER_QUERY_OUTPUT;

#endif

View code on GitHub

NtDoc

No description available.