Winapi equivalent for fsutil queryfilenamebyid command

417 Views Asked by At

The fsutil queryfilenamebyid displays a random link name for a specified file ID on an NTFS volume. I would like to do this programmatically using some winapi function(s) but I've failed to find any winapi equivalent via google searches.

Does anyone know if such a winapi function exists?

1

There are 1 best solutions below

0
On