| c++ Programming Glossary: findnextchangenotification“listening” to file changes in C/C++ (on Windows) http://stackoverflow.com/questions/1083372/listening-to-file-changes-in-c-c-on-windows  and restart the notification. RefreshDirectory lpDir  if FindNextChangeNotification dwChangeHandles 0 FALSE   printf n ERROR FindNextChangeNotification.. dwChangeHandles 0 FALSE   printf n ERROR FindNextChangeNotification function failed. n  ExitProcess GetLastError   break case WAIT_OBJECT_0.. tree and restart the notification. RefreshTree lpDrive  if FindNextChangeNotification dwChangeHandles 1 FALSE   printf n ERROR FindNextChangeNotification.. 
 Does anyone have a FileSystemWatcher-like class in C++/WinAPI? http://stackoverflow.com/questions/2107275/does-anyone-have-a-filesystemwatcher-like-class-in-c-winapi  to code one myself using FindFirstChangeNotification FindNextChangeNotification but then it occurred to me that I am probably not the first.. 
 How to see if a subfile of a directory has changed http://stackoverflow.com/questions/56682/how-to-see-if-a-subfile-of-a-directory-has-changed  or deleted in the directory. Restart the notification. if FindNextChangeNotification dwChangeHandles 0 FALSE   printf n ERROR FindNextChangeNotification.. dwChangeHandles 0 FALSE   printf n ERROR FindNextChangeNotification function failed. n  ExitProcess GetLastError   break case WAIT_OBJECT_0..   break case WAIT_OBJECT_0 1 Restart the notification. if FindNextChangeNotification dwChangeHandles 1 FALSE   printf n ERROR FindNextChangeNotification.. 
 |