pub type PFLT_CALLBACK_DATA_QUEUE_PEEK_NEXT_IO = Option<unsafe extern "system" fn(cbdq: *const FLT_CALLBACK_DATA_QUEUE, cbd: *const FLT_CALLBACK_DATA, peekcontext: *const c_void) -> *mut FLT_CALLBACK_DATA>;
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_PEEK_NEXT_IO {
    None,
    Some(unsafe extern "system" fn(_: *const FLT_CALLBACK_DATA_QUEUE, _: *const FLT_CALLBACK_DATA, _: *const c_void) -> *mut FLT_CALLBACK_DATA),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.