Type Alias windows::Wdk::Foundation::DRIVER_DISPATCH_PAGED
pub type DRIVER_DISPATCH_PAGED = Option<unsafe extern "system" fn(deviceobject: *const DEVICE_OBJECT, irp: *mut IRP) -> NTSTATUS>;
Aliased Type§
enum DRIVER_DISPATCH_PAGED {
None,
Some(unsafe extern "system" fn(_: *const DEVICE_OBJECT, _: *mut IRP) -> NTSTATUS),
}