Type Alias windows::Wdk::System::SystemServices::KDEFERRED_ROUTINE

pub type KDEFERRED_ROUTINE = Option<unsafe extern "system" fn(dpc: *const KDPC, deferredcontext: *const c_void, systemargument1: *const c_void, systemargument2: *const c_void)>;

Aliased Type§

enum KDEFERRED_ROUTINE {
    None,
    Some(unsafe extern "system" fn(_: *const KDPC, _: *const c_void, _: *const c_void, _: *const c_void)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.