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?
Look at
OpenFileById()
andGetFileInformationByHandleEx()
.