POWER_MONITOR_CAPABILITIES - NtDoc

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

// rev
typedef struct _POWER_MONITOR_CAPABILITIES
{
    ULONG State; // BOOLEAN brightness-capable state
} POWER_MONITOR_CAPABILITIES, *PPOWER_MONITOR_CAPABILITIES;

#endif

View code on GitHub

NtDoc

No description available.