Type Alias windows::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) -> NTSTATUS),
}