windows::Win32::Storage::FileSystem

Function GetLongPathNameTransactedA

pub unsafe fn GetLongPathNameTransactedA<P0>(
    lpszshortpath: P0,
    lpszlongpath: Option<&mut [u8]>,
    htransaction: HANDLE,
) -> u32
where P0: Param<PCSTR>,