Type Alias windows::Wdk::Foundation::DRIVER_UNLOAD

pub type DRIVER_UNLOAD = Option<unsafe extern "system" fn(driverobject: *const DRIVER_OBJECT)>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.