PTM_PROPAGATE_ROUTINE

Type Alias PTM_PROPAGATE_ROUTINE 

pub type PTM_PROPAGATE_ROUTINE = Option<unsafe extern "system" fn(propagationcookie: *const c_void, callbackdata: *const c_void, propagationstatus: NTSTATUS, transactionguid: GUID) -> NTSTATUS>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.