Function win_sys::FileSystem::CreateEnlistment[][src]

pub unsafe fn CreateEnlistment<'a, Param1, Param2>(
    lpenlistmentattributes: *mut SECURITY_ATTRIBUTES,
    resourcemanagerhandle: Param1,
    transactionhandle: Param2,
    notificationmask: u32,
    createoptions: u32,
    enlistmentkey: *mut c_void
) -> HANDLE where
    Param1: IntoParam<'a, HANDLE>,
    Param2: IntoParam<'a, HANDLE>, 
Expand description

Required features: Win32_Storage_FileSystem, Win32_Foundation, Win32_Security