pub type PFILTER_REPORT_CHANGE = Option<unsafe extern "system" fn(notifycontext: *const c_void, filtercontext: *const c_void) -> BOOLEAN>;
Expand description

Required features: "Win32_Foundation"

Aliased Type§

enum PFILTER_REPORT_CHANGE {
    None,
    Some(unsafe extern "system" fn(_: *const c_void, _: *const c_void) -> u8),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *const c_void, _: *const c_void) -> u8)

Some value of type T.