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.