c++ Programming Glossary: lpdrive
“listening” to file changes in C/C++ (on Windows) http://stackoverflow.com/questions/1083372/listening-to-file-changes-in-c-c-on-windows lpDir DWORD dwWaitStatus HANDLE dwChangeHandles 2 TCHAR lpDrive 4 TCHAR lpFile _MAX_FNAME TCHAR lpExt _MAX_EXT _tsplitpath_s.. lpFile _MAX_FNAME TCHAR lpExt _MAX_EXT _tsplitpath_s lpDir lpDrive 4 NULL 0 lpFile _MAX_FNAME lpExt _MAX_EXT lpDrive 2 TCHAR '.. lpDir lpDrive 4 NULL 0 lpFile _MAX_FNAME lpExt _MAX_EXT lpDrive 2 TCHAR ' ' lpDrive 3 TCHAR ' 0' Watch the directory for file..
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 deletion. dwChangeHandles 1 FindFirstChangeNotification lpDrive directory to watch TRUE watch the subtree FILE_NOTIFY_CHANGE_DIR_NAME..
|