Skip to main content

CreateEnlistment

Function CreateEnlistment 

Source
pub unsafe fn CreateEnlistment<'a>(
    lpenlistmentattributes: *mut SECURITY_ATTRIBUTES,
    resourcemanagerhandle: impl IntoParam<'a, HANDLE>,
    transactionhandle: impl IntoParam<'a, HANDLE>,
    notificationmask: u32,
    createoptions: u32,
    enlistmentkey: *mut c_void,
) -> HANDLE