pub type PFLT_INSTANCE_SETUP_CALLBACK = Option<unsafe extern "system" fn(fltobjects: *const FLT_RELATED_OBJECTS, flags: u32, volumedevicetype: u32, volumefilesystemtype: FLT_FILESYSTEM_TYPE) -> NTSTATUS>;
Expand description

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

Aliased Type§

enum PFLT_INSTANCE_SETUP_CALLBACK {
    None,
    Some(unsafe extern "system" fn(_: *const FLT_RELATED_OBJECTS, _: u32, _: u32, _: i32) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.