Type Alias windows::Wdk::Foundation::FAST_IO_WRITE

pub type FAST_IO_WRITE = Option<unsafe extern "system" fn(fileobject: *const FILE_OBJECT, fileoffset: *const i64, length: u32, wait: BOOLEAN, lockkey: u32, buffer: *const c_void, iostatus: *mut IO_STATUS_BLOCK, deviceobject: *const DEVICE_OBJECT) -> BOOLEAN>;

Aliased Type§

enum FAST_IO_WRITE {
    None,
    Some(unsafe extern "system" fn(_: *const FILE_OBJECT, _: *const i64, _: u32, _: BOOLEAN, _: u32, _: *const c_void, _: *mut IO_STATUS_BLOCK, _: *const DEVICE_OBJECT) -> BOOLEAN),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *const FILE_OBJECT, _: *const i64, _: u32, _: BOOLEAN, _: u32, _: *const c_void, _: *mut IO_STATUS_BLOCK, _: *const DEVICE_OBJECT) -> BOOLEAN)

Some value of type T.