Searched refs:notifyFilter (Results 1 – 2 of 2) sorted by relevance
/third_party/lzma/CPP/Windows/ |
D | FileFind.cpp | 840 HANDLE CFindChangeNotification::FindFirst(CFSTR path, bool watchSubtree, DWORD notifyFilter) in FindFirst() argument 844 _handle = ::FindFirstChangeNotification(fs2fas(path), BoolToBOOL(watchSubtree), notifyFilter); in FindFirst() 849 _handle = ::FindFirstChangeNotificationW(fs2us(path), BoolToBOOL(watchSubtree), notifyFilter); in FindFirst() 855 _handle = ::FindFirstChangeNotificationW(superPath, BoolToBOOL(watchSubtree), notifyFilter); in FindFirst()
|
D | FileFind.h | 256 HANDLE FindFirst(CFSTR pathName, bool watchSubtree, DWORD notifyFilter);
|