windows::Win32::Storage::FileSystem

Function GetLongPathNameTransactedW

pub unsafe fn GetLongPathNameTransactedW<P0>(
    lpszshortpath: P0,
    lpszlongpath: Option<&mut [u16]>,
    htransaction: HANDLE,
) -> u32
where P0: Param<PCWSTR>,