windows::Wdk::System::SystemServices

Function NtCreateTransactionManager

pub unsafe fn NtCreateTransactionManager(
    tmhandle: *mut HANDLE,
    desiredaccess: u32,
    objectattributes: Option<*const OBJECT_ATTRIBUTES>,
    logfilename: Option<*const UNICODE_STRING>,
    createoptions: Option<u32>,
    commitstrength: Option<u32>,
) -> NTSTATUS