Function windows::Wdk::System::SystemServices::TmCreateEnlistment

pub unsafe fn TmCreateEnlistment(
    enlistmenthandle: *mut HANDLE,
    previousmode: i8,
    desiredaccess: u32,
    objectattributes: *const OBJECT_ATTRIBUTES,
    resourcemanager: *const isize,
    transaction: *const KTRANSACTION,
    createoptions: u32,
    notificationmask: u32,
    enlistmentkey: Option<*const c_void>,
) -> NTSTATUS