2 references to GetFinalPathNameByHandleW
Replay (2)
src\Compilers\Shared\NativeMethods.cs (2)
135uint needed = GetFinalPathNameByHandleW(hFile: handle, lpszFilePath: null, cchFilePath: 0, dwFlags: flags); 139uint len = GetFinalPathNameByHandleW(hFile: handle, lpszFilePath: sb, cchFilePath: (uint)sb.Capacity, dwFlags: flags);