POWER_INTERNAL_ENERGY_ESTIMATION_ENTRY - NtDoc

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

// rev
typedef struct _POWER_INTERNAL_ENERGY_ESTIMATION_ENTRY
{
    ULONG Data[4];
} POWER_INTERNAL_ENERGY_ESTIMATION_ENTRY, *PPOWER_INTERNAL_ENERGY_ESTIMATION_ENTRY;

#endif

View code on GitHub

NtDoc

No description available.