Type Alias DRIVER_FS_NOTIFICATION

pub type DRIVER_FS_NOTIFICATION = Option<unsafe extern "system" fn(deviceobject: *const DEVICE_OBJECT, fsactive: bool)>;

Aliased Type§

pub enum DRIVER_FS_NOTIFICATION {
    None,
    Some(unsafe extern "system" fn(*const DEVICE_OBJECT, bool)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(*const DEVICE_OBJECT, bool))

Some value of type T.