c++ Programming Glossary: lpdir
“listening” to file changes in C/C++ (on Windows) http://stackoverflow.com/questions/1083372/listening-to-file-changes-in-c-c-on-windows return 1 WatchDirectory argv 1 void WatchDirectory LPTSTR lpDir DWORD dwWaitStatus HANDLE dwChangeHandles 2 TCHAR lpDrive 4.. TCHAR lpFile _MAX_FNAME TCHAR lpExt _MAX_EXT _tsplitpath_s lpDir lpDrive 4 NULL 0 lpFile _MAX_FNAME lpExt _MAX_EXT lpDrive 2.. deletion. dwChangeHandles 0 FindFirstChangeNotification lpDir directory to watch FALSE do not watch subtree FILE_NOTIFY_CHANGE_FILE_NAME..
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 2 dwChangeHandles 0 FindFirstChangeNotification lpDir directory to watch FALSE do not watch subtree FILE_NOTIFY_CHANGE_FILE_NAME..
|