pub type PGPE_CONNECT_VECTOR = Option<unsafe extern "system" fn(param0: *mut DEVICE_OBJECT, param1: u32, param2: KINTERRUPT_MODE, param3: BOOLEAN, param4: PGPE_SERVICE_ROUTINE, param5: *mut c_void, param6: *mut c_void) -> NTSTATUS>;
Expand description

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

Aliased Type§

enum PGPE_CONNECT_VECTOR {
    None,
    Some(unsafe extern "system" fn(_: *mut DEVICE_OBJECT, _: u32, _: i32, _: u8, _: Option<unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> u8>, _: *mut c_void, _: *mut c_void) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *mut DEVICE_OBJECT, _: u32, _: i32, _: u8, _: Option<unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> u8>, _: *mut c_void, _: *mut c_void) -> i32)

Some value of type T.