Type Alias windows::Wdk::Foundation::DRIVER_REINITIALIZE

pub type DRIVER_REINITIALIZE = Option<unsafe extern "system" fn(driverobject: *const DRIVER_OBJECT, context: *const c_void, count: u32)>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.