pub type PWRSCHEMESENUMPROC = Option<unsafe extern "system" fn(index: u32, namesize: u32, name: PCWSTR, descriptionsize: u32, description: PCWSTR, policy: *const POWER_POLICY, context: LPARAM) -> BOOLEAN>;

Aliased Type§

enum PWRSCHEMESENUMPROC {
    None,
    Some(unsafe extern "system" fn(_: u32, _: u32, _: PCWSTR, _: u32, _: PCWSTR, _: *const POWER_POLICY, _: LPARAM) -> BOOLEAN),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: u32, _: u32, _: PCWSTR, _: u32, _: PCWSTR, _: *const POWER_POLICY, _: LPARAM) -> BOOLEAN)

Some value of type T.