DRIVER_NOTIFICATION_CALLBACK_ROUTINE

Type Alias DRIVER_NOTIFICATION_CALLBACK_ROUTINE 

pub type DRIVER_NOTIFICATION_CALLBACK_ROUTINE = Option<unsafe extern "system" fn(notificationstructure: *const c_void, context: *mut c_void) -> NTSTATUS>;

Aliased Type§

pub enum DRIVER_NOTIFICATION_CALLBACK_ROUTINE {
    None,
    Some(unsafe extern "system" fn(*const c_void, *mut c_void) -> NTSTATUS),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(*const c_void, *mut c_void) -> NTSTATUS)

Some value of type T.