pub type PCLFS_CLIENT_LFF_HANDLER_COMPLETE_CALLBACK = Option<unsafe extern "system" fn(logfile: *const FILE_OBJECT, operationstatus: NTSTATUS, logispinned: BOOLEAN, clientdata: *const c_void)>;
Expand description

Required features: "Wdk_Foundation", "Wdk_Storage_FileSystem", "Win32_Foundation", "Win32_Security", "Win32_System_IO", "Win32_System_Kernel", "Win32_System_Power", "Win32_System_WindowsProgramming"

Aliased Type§

enum PCLFS_CLIENT_LFF_HANDLER_COMPLETE_CALLBACK {
    None,
    Some(unsafe extern "system" fn(_: *const FILE_OBJECT, _: i32, _: u8, _: *const c_void)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *const FILE_OBJECT, _: i32, _: u8, _: *const c_void))

Some value of type T.