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

Required features: "Wdk_Foundation", "Win32_Foundation"