Type Alias windows::Wdk::Foundation::FAST_IO_DETACH_DEVICE

pub type FAST_IO_DETACH_DEVICE = Option<unsafe extern "system" fn(sourcedevice: *const DEVICE_OBJECT, targetdevice: *const DEVICE_OBJECT)>;

Aliased Type§

enum FAST_IO_DETACH_DEVICE {
    None,
    Some(unsafe extern "system" fn(_: *const DEVICE_OBJECT, _: *const DEVICE_OBJECT)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *const DEVICE_OBJECT, _: *const DEVICE_OBJECT))

Some value of type T.