pub type PTM_RM_NOTIFICATION = Option<unsafe extern "system" fn(enlistmentobject: *const KENLISTMENT, rmcontext: *const c_void, transactioncontext: *const c_void, transactionnotification: u32, tmvirtualclock: *mut i64, argumentlength: u32, argument: *const c_void) -> NTSTATUS>;
Expand description

Required features: "Wdk_Foundation", "Win32_Foundation"

Aliased Type§

enum PTM_RM_NOTIFICATION {
    None,
    Some(unsafe extern "system" fn(_: *const isize, _: *const c_void, _: *const c_void, _: u32, _: *mut i64, _: u32, _: *const c_void) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *const isize, _: *const c_void, _: *const c_void, _: u32, _: *mut i64, _: u32, _: *const c_void) -> i32)

Some value of type T.