2 references to GetFinalPathNameByHandleW
dotnet (2)
src\sdk\artifacts\.packages\microsoft.codeanalysis.buildclient\5.9.0-1.26307.102\contentFiles\cs\net11.0\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);