fn GetFinalPathNameByHandle(hFile: HANDLE, fmt: GetFinalPathNameByHandleFormat, out_buffer: []u16) GetFinalPathNameByHandleError![]u16
[src]
Returns canonical (normalized) path of handle. Use GetFinalPathNameByHandleFormat
to specify whether the path is meant to include NT or DOS volume name (e.g., \Device\HarddiskVolume0\foo.txt
versus C:\foo.txt
). If DOS volume name format is selected, note that this function does not prepend \\?\
prefix to the resultant path.