PENABLECALLBACK

Type Alias PENABLECALLBACK 

pub type PENABLECALLBACK = Option<unsafe extern "system" fn(sourceid: *const GUID, isenabled: ENABLECALLBACK_ENABLED_STATE, level: u8, matchanykeyword: u64, matchallkeyword: u64, filterdata: *const EVENT_FILTER_DESCRIPTOR, callbackcontext: *mut c_void)>;

Aliased Type§

pub enum PENABLECALLBACK {
    None,
    Some(unsafe extern "system" fn(*const GUID, ENABLECALLBACK_ENABLED_STATE, u8, u64, u64, *const EVENT_FILTER_DESCRIPTOR, *mut c_void)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(*const GUID, ENABLECALLBACK_ENABLED_STATE, u8, u64, u64, *const EVENT_FILTER_DESCRIPTOR, *mut c_void))

Some value of type T.