Type Alias windows::Win32::System::Power::PWRSCHEMESENUMPROC_V1
pub type PWRSCHEMESENUMPROC_V1 = Option<unsafe extern "system" fn(index: u32, namesize: u32, name: *const i8, descriptionsize: u32, description: *const i8, policy: *const POWER_POLICY, context: LPARAM) -> BOOLEAN>;
Aliased Type§
enum PWRSCHEMESENUMPROC_V1 {
None,
Some(unsafe extern "system" fn(_: u32, _: u32, _: *const i8, _: u32, _: *const i8, _: *const POWER_POLICY, _: LPARAM) -> BOOLEAN),
}