TrinityCore
|
#include <efsw/WatcherWin32.hpp>
#include <efsw/String.hpp>
Namespaces | |
efsw | |
Functions | |
void CALLBACK | efsw::WatchCallback (DWORD dwErrorCode, DWORD dwNumberOfBytesTransfered, LPOVERLAPPED lpOverlapped) |
Unpacks events and passes them to a user defined callback. More... | |
bool | efsw::RefreshWatch (WatcherStructWin32 *pWatch) |
Refreshes the directory monitoring. More... | |
void | efsw::DestroyWatch (WatcherStructWin32 *pWatch) |
Stops monitoring a directory. More... | |
WatcherStructWin32 * | efsw::CreateWatch (LPCWSTR szDirectory, bool recursive, DWORD NotifyFilter) |
Starts monitoring a directory. More... | |