0

I am using FindFirstChangeNotification / FindNextChangeNotification / FindCloseChangeNotification functions, and I am wondering if they are accessing to the disk or if they are just doing memory access ?

Especially : When FindNextChangeNotification is executed, the recorded change immediately satisfies a wait for the change notification. Where changes are recorded ?

Thank you.

willll
  • 1,809
  • 1
  • 16
  • 23
  • 2
    Does your code not work? Please provide some more information about what you are doing and what your problem is. It doesn't matter how and where the changes are recorded. This is implementation detail and not a behavior you can rely on. – pag3faul7 Oct 11 '13 at 15:15
  • The code is working fine, but I just want to clarify how these functions behave in windows CE regarding disk access (which are very slow in my context). – willll Oct 11 '13 at 15:22
  • 5
    Same question as [this one](http://stackoverflow.com/a/19260398/17034). The language doesn't matter so same answer. – Hans Passant Oct 11 '13 at 16:16
  • @HansPassant If it is a duplicate why didn't you mark it as such? – RedX Mar 25 '15 at 10:41
  • 1
    Because I get endlessly harassed by C++ users that hate C#, it isn't worth it. – Hans Passant Mar 25 '15 at 10:52

0 Answers0