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