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§
None
No value.
Some(unsafe extern "system" fn(_: *const DRIVER_OBJECT))
Some value of type T
.