Searched refs:notifyFilter (Results 1 - 2 of 2) sorted by relevance
/third_party/lzma/CPP/Windows/ |
H A D | FileFind.cpp | 844 HANDLE CFindChangeNotification::FindFirst(CFSTR path, bool watchSubtree, DWORD notifyFilter)
in FindFirst() argument 848 _handle = ::FindFirstChangeNotification(fs2fas(path), BoolToBOOL(watchSubtree), notifyFilter);
in FindFirst() 853 _handle = ::FindFirstChangeNotificationW(fs2us(path), BoolToBOOL(watchSubtree), notifyFilter);
in FindFirst() 859 _handle = ::FindFirstChangeNotificationW(superPath, BoolToBOOL(watchSubtree), notifyFilter);
in FindFirst()
|
H A D | FileFind.h | 264 HANDLE FindFirst(CFSTR pathName, bool watchSubtree, DWORD notifyFilter);
|
Completed in 3 milliseconds