pub type PFLT_CALLBACK_DATA_QUEUE_RELEASE = Option<unsafe extern "system" fn(cbdq: *mut FLT_CALLBACK_DATA_QUEUE, irql: u8)>;
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_CALLBACK_DATA_QUEUE_RELEASE {
    None,
    Some(unsafe extern "system" fn(_: *mut FLT_CALLBACK_DATA_QUEUE, _: u8)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *mut FLT_CALLBACK_DATA_QUEUE, _: u8))

Some value of type T.