PowerCreatePossibleSetting 함수(powrprof.h)
지정된 전원 설정에 대해 가능한 설정 값을 만듭니다.
구문
DWORD PowerCreatePossibleSetting(
[in, optional] HKEY RootSystemPowerKey,
[in] const GUID *SubGroupOfPowerSettingsGuid,
[in] const GUID *PowerSettingGuid,
[in] ULONG PossibleSettingIndex
);
매개 변수
[in, optional] RootSystemPowerKey
이 매개 변수는 나중에 사용하도록 예약되어 있으며 NULL로 설정해야 합니다.
[in] SubGroupOfPowerSettingsGuid
전원 설정의 하위 그룹입니다. 이 매개 변수는 WinNT.h에 정의된 다음 값 중 하나일 수 있습니다.
[in] PowerSettingGuid
생성되는 전원 설정의 식별자입니다.
[in] PossibleSettingIndex
만들 수 있는 설정에 대한 인덱스(0부터 시작)입니다.
반환 값
호출이 성공하면 ERROR_SUCCESS (0)을 반환하고 호출이 실패한 경우 0이 아닌 값을 반환합니다.
요구 사항
요구 사항 | 값 |
---|---|
지원되는 최소 클라이언트 | Windows Vista [데스크톱 앱만 해당] |
지원되는 최소 서버 | Windows Server 2008 [데스크톱 앱만 해당] |
대상 플랫폼 | Windows |
헤더 | powrprof.h |
라이브러리 | PowrProf.lib |
DLL | PowrProf.dll |