windows::Win32::Storage::FileSystem

Function CreateSymbolicLinkTransactedW

pub unsafe fn CreateSymbolicLinkTransactedW<P0, P1>(
    lpsymlinkfilename: P0,
    lptargetfilename: P1,
    dwflags: SYMBOLIC_LINK_FLAGS,
    htransaction: HANDLE,
) -> bool
where P0: Param<PCWSTR>, P1: Param<PCWSTR>,