#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;
View code on GitHubNo description available.