23 #include "precompiled.h"
std::vector< DirWatchNotification > DirWatchNotifications
#define UNUSED(param)
mark a function parameter as unused and avoid the corresponding compiler warning. ...
LIB_API Status dir_watch_Add(const OsPath &path, PDirWatch &dirWatch)
start watching a single directory for changes.
shared_ptr< DirWatch > PDirWatch
LIB_API Status dir_watch_Poll(DirWatchNotifications ¬ifications)
return all pending directory watch notifications.
i64 Status
Error handling system.