PowerReadDCValueIndex 函式 (powrprof.h)
擷取指定電源設定的DC值索引。
語法
DWORD PowerReadDCValueIndex(
[in, optional] HKEY RootPowerKey,
[in, optional] const GUID *SchemeGuid,
[in, optional] const GUID *SubGroupOfPowerSettingsGuid,
[in, optional] const GUID *PowerSettingGuid,
[out] LPDWORD DcValueIndex
);
參數
[in, optional] RootPowerKey
此參數保留供日後使用,且必須設定為 NULL。
[in, optional] SchemeGuid
電源配置的識別碼。
[in, optional] SubGroupOfPowerSettingsGuid
電源設定之子群組的標識碼。 使用 NO_SUBGROUP_GUID 來參考預設電源配置。
這些值是 Windows 隨附的子群組值。
[in, optional] PowerSettingGuid
電源設定的標識碼。
[out] DcValueIndex
接收DC值索引之變數的指標。
傳回值
如果呼叫成功,則傳 回ERROR_SUCCESS ( 零) ,如果呼叫失敗則傳回非零值。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows Vista [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2008 [僅限傳統型應用程式] |
目標平台 | Windows |
標頭 | powrprof.h |
程式庫 | PowrProf.lib |
Dll | PowrProf.dll |