Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
fsutil queryfilenamebyid显示 NTFS 卷上指定文件 ID 的随机链接名称。我想使用一些 winapi 函数以编程方式执行此操作,但我未能通过谷歌搜索找到任何 winapi 等效项。
有谁知道这样的winapi函数是否存在?
看OpenFileById()和GetFileInformationByHandleEx()。
OpenFileById()
GetFileInformationByHandleEx()