#include <FileWatchCallback.h>
Inheritance diagram for OW32::CFileWatchCallback:

Public Member Functions | |
| virtual void | onChanged (CFileWatch *watch, const FILE_NOTIFY_INFORMATION *notifyInfo) |
| Called when a file change is detected. | |
| virtual void | onDeletion (CFileWatch *watch) |
| Called when a watch is deleted. | |
| virtual void | onFailure (CFileWatch *watch, DWORD error) |
| Called when a failure of file monitoring is detected: typically when the directory that the file was in is removed. | |
Derive a class from this to receive notifications from one or more #CFileWatch objects.
|
||||||||||||
|
Called when a file change is detected.
|
|
|
Called when a watch is deleted.
|
|
||||||||||||
|
Called when a failure of file monitoring is detected: typically when the directory that the file was in is removed.
|
1.3.9.1