Home
last modified time | relevance | path

Searched refs:CFindChangeNotification (Results 1 – 2 of 2) sorted by relevance

/third_party/lzma/CPP/Windows/
DFileFind.h247 class CFindChangeNotification MY_UNCOPYABLE
253 CFindChangeNotification(): _handle(INVALID_HANDLE_VALUE) {} in CFindChangeNotification() function
254 ~CFindChangeNotification() { Close(); } in ~CFindChangeNotification()
DFileFind.cpp830 bool CFindChangeNotification::Close() throw() in Close()
840 HANDLE CFindChangeNotification::FindFirst(CFSTR path, bool watchSubtree, DWORD notifyFilter) in FindFirst()