pub type PFLT_SECTION_CONFLICT_NOTIFICATION_CALLBACK = Option<unsafe extern "system" fn(instance: PFLT_INSTANCE, sectioncontext: PFLT_CONTEXT, data: *const FLT_CALLBACK_DATA) -> NTSTATUS>;
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_SECTION_CONFLICT_NOTIFICATION_CALLBACK {
    None,
    Some(unsafe extern "system" fn(_: isize, _: *mut c_void, _: *const FLT_CALLBACK_DATA) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.