#include <DirectoryWatchCallback.h>
Public Member Functions | |
virtual void | onChange (CDirectoryWatch &watch, FILE_NOTIFY_INFORMATION *changeInfo) |
Called for each change notification that is received. | |
virtual void | onFailure (CDirectoryWatch &watch, DWORD error) |
Called when the directory watch fails (e.g. | |
virtual void | onDeleted (CDirectoryWatch &watch) |
Called when a directory watch finishes (i.e. |
|
Called for each change notification that is received.
|
|
Called when a directory watch finishes (i.e. it will make no more notifications to the callback |
|
Called when the directory watch fails (e.g. due to the directory being deleted). This is _not_ called if the watch fails due to cancel() being called.
|