pub type PFLT_GET_OPERATION_STATUS_CALLBACK = Option<unsafe extern "system" fn(fltobjects: *const FLT_RELATED_OBJECTS, iopbsnapshot: *const FLT_IO_PARAMETER_BLOCK, operationstatus: NTSTATUS, requestercontext: *const c_void)>;
Expand description

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

Aliased Type§

enum PFLT_GET_OPERATION_STATUS_CALLBACK {
    None,
    Some(unsafe extern "system" fn(_: *const FLT_RELATED_OBJECTS, _: *const FLT_IO_PARAMETER_BLOCK, _: i32, _: *const c_void)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *const FLT_RELATED_OBJECTS, _: *const FLT_IO_PARAMETER_BLOCK, _: i32, _: *const c_void))

Some value of type T.