Function windows::Win32::System::Power::PowerEnumerate
pub unsafe fn PowerEnumerate<P0>(
rootpowerkey: P0,
schemeguid: Option<*const GUID>,
subgroupofpowersettingsguid: Option<*const GUID>,
accessflags: POWER_DATA_ACCESSOR,
index: u32,
buffer: Option<*mut u8>,
buffersize: *mut u32,
) -> WIN32_ERRORwhere
P0: Param<HKEY>,