Function windows_sys::Win32::System::Power::PowerWritePossibleValue
pub unsafe extern "system" fn PowerWritePossibleValue(
rootpowerkey: HKEY,
subgroupofpowersettingsguid: *const GUID,
powersettingguid: *const GUID,
type: u32,
possiblesettingindex: u32,
buffer: *const u8,
buffersize: u32
) -> WIN32_ERROR
Expand description
Required features: "Win32_Foundation"
, "Win32_System_Registry"