windows::Wdk::Foundation

Type Alias DRIVER_FS_NOTIFICATION

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

Aliased Type§

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.