FAST_IO_UNLOCK_ALL_BY_KEY

Type Alias FAST_IO_UNLOCK_ALL_BY_KEY 

pub type FAST_IO_UNLOCK_ALL_BY_KEY = Option<unsafe extern "system" fn(fileobject: *const FILE_OBJECT, processid: *const c_void, key: u32, iostatus: *mut IO_STATUS_BLOCK, deviceobject: *const DEVICE_OBJECT) -> bool>;

Aliased Type§

pub enum FAST_IO_UNLOCK_ALL_BY_KEY {
    None,
    Some(unsafe extern "system" fn(*const FILE_OBJECT, *const c_void, u32, *mut IO_STATUS_BLOCK, *const DEVICE_OBJECT) -> bool),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(*const FILE_OBJECT, *const c_void, u32, *mut IO_STATUS_BLOCK, *const DEVICE_OBJECT) -> bool)

Some value of type T.