Type Alias PWRSCHEMESENUMPROC
pub type PWRSCHEMESENUMPROC = Option<unsafe extern "system" fn(index: u32, namesize: u32, name: PCWSTR, descriptionsize: u32, description: PCWSTR, policy: *const POWER_POLICY, context: LPARAM) -> bool>;
Aliased Type§
enum PWRSCHEMESENUMPROC {
None,
Some(unsafe extern "system" fn(_: u32, _: u32, _: PCWSTR, _: u32, _: PCWSTR, _: *const POWER_POLICY, _: LPARAM) -> bool),
}