Skip to main content

GetLongPathNameW

Function GetLongPathNameW 

Source
pub unsafe fn GetLongPathNameW(
    lpszShortPath: LPCWSTR,
    lpszLongPath: LPWSTR,
    cchBuffer: DWORD,
) -> OsResult<DWORD>