pub type PFLT_PRE_OPERATION_CALLBACK = Option<unsafe extern "system" fn(data: *mut FLT_CALLBACK_DATA, fltobjects: *const FLT_RELATED_OBJECTS, completioncontext: *mut *mut c_void) -> FLT_PREOP_CALLBACK_STATUS>;
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_PRE_OPERATION_CALLBACK {
    None,
    Some(unsafe extern "system" fn(_: *mut FLT_CALLBACK_DATA, _: *const FLT_RELATED_OBJECTS, _: *mut *mut c_void) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *mut FLT_CALLBACK_DATA, _: *const FLT_RELATED_OBJECTS, _: *mut *mut c_void) -> i32)

Some value of type T.