Type Alias windows_sys::Wdk::Foundation::DRIVER_DISPATCH

pub type DRIVER_DISPATCH = Option<unsafe extern "system" fn(deviceobject: *const DEVICE_OBJECT, irp: *mut IRP) -> NTSTATUS>;

Aliased Type§

enum DRIVER_DISPATCH {
    None,
    Some(unsafe extern "system" fn(_: *const DEVICE_OBJECT, _: *mut IRP) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *const DEVICE_OBJECT, _: *mut IRP) -> i32)

Some value of type T.