windows::Wdk::Foundation

Type Alias FAST_IO_LOCK

pub type FAST_IO_LOCK = Option<unsafe extern "system" fn(fileobject: *const FILE_OBJECT, fileoffset: *const i64, length: *const i64, processid: PEPROCESS, key: u32, failimmediately: bool, exclusivelock: bool, iostatus: *mut IO_STATUS_BLOCK, deviceobject: *const DEVICE_OBJECT) -> bool>;

Aliased Type§

enum FAST_IO_LOCK {
    None,
    Some(unsafe extern "system" fn(_: *const FILE_OBJECT, _: *const i64, _: *const i64, _: PEPROCESS, _: u32, _: bool, _: bool, _: *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 i64, _: *const i64, _: PEPROCESS, _: u32, _: bool, _: bool, _: *mut IO_STATUS_BLOCK, _: *const DEVICE_OBJECT) -> bool)

Some value of type T.