Does anyone have a FileSystemWatcher-like class in C++/WinAPI?

前端 未结 4 1716
一个人的身影
一个人的身影 2020-12-09 05:52

I need a .Net\'s FileSystemWatcher analog in raw C++/WinAPI. I almost started to code one myself using FindFirstChangeNotification/FindNextChangeNotification, but then it oc

4条回答
  •  孤街浪徒
    2020-12-09 06:13

    http://msdn.microsoft.com/en-us/library/system.io.filesystemwatcher.created%28v=vs.71%29.aspx the above does throgh C#, we can always write a COM Wrapper

提交回复
热议问题