SET_POWER_SETTING_VALUE_INPUT - NtDoc

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

typedef struct _SET_POWER_SETTING_VALUE_INPUT
{
    ULONG Version;
    GUID SettingGuid;
    ULONG Type;
    ULONG ValueLength;
    UCHAR Value[1];
} SET_POWER_SETTING_VALUE_INPUT, *PSET_POWER_SETTING_VALUE_INPUT;

#endif

View code on GitHub

NtDoc

No description available.