Jakub Konka bdda8fa7a8 Redo GetFinalPathNameByHandle using DeviceIoControl
This commit reimagines `std.os.windows.GetFinalPathNameByHandle`
using `DeviceIoControl` to query the OS mount manager for the DOS
(symlink) paths for the given NT volume name. In particular,
it uses `IOCTL_MOUNTMGR_QUERY_POINTS` ioctl opcode to query the
manager for the available moount points.
2020-08-07 11:33:05 +02:00
..
2020-08-04 23:04:20 -07:00
2020-05-05 09:38:02 -06:00
2020-05-05 09:38:02 -06:00
2019-10-24 01:14:52 -04:00
2019-10-30 21:21:58 -04:00
2020-07-22 17:26:27 -04:00
2019-10-24 01:14:52 -04:00
2020-04-30 01:52:12 -04:00