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