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.
我遵循了 MS的这个指南,它工作正常。现在想请教一下如何找回目录中被更改的文件的文件名?
收到更改通知后,您可以使用ReadDirectoryChangesW获取更改的实际列表。结果将是一个FILE_NOTIFY_INFORMATION结构数组,每个结构都包含一个文件名和下一个结构的偏移量。
ReadDirectoryChangesW
FILE_NOTIFY_INFORMATION