DRIVER_CONTROL

Type Alias 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§

pub enum DRIVER_CONTROL {
    None,
    Some(unsafe extern "system" fn(*const DEVICE_OBJECT, *mut IRP, *const c_void, *const c_void) -> IO_ALLOCATION_ACTION),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(*const DEVICE_OBJECT, *mut IRP, *const c_void, *const c_void) -> IO_ALLOCATION_ACTION)

Some value of type T.