Ryan Liptak a0f1825c53 windows.GetFinalPathNameByHandle: Support volumes mounted as paths
A volume can be mounted as a NTFS path, e.g. as C:\Mnt\Foo. In that case, IOCTL_MOUNTMGR_QUERY_POINTS gives us a mount point with a symlink value something like `\??\Volume{383da0b0-717f-41b6-8c36-00500992b58d}`. In order to get the `C:\Mnt\Foo` path, we can query the mountmgr again using IOCTL_MOUNTMGR_QUERY_DOS_VOLUME_PATH.

Fixes #19731
2024-04-24 13:44:09 -07:00
..
2024-04-20 19:37:41 -07:00
2024-03-19 11:45:09 -07:00
2024-03-30 20:50:48 -04:00
2024-04-20 19:37:41 -07:00
2024-03-30 20:50:48 -04:00
2023-12-20 20:05:16 -08:00
2024-03-19 11:45:09 -07:00