Searched refs:notifyFilter (Results 1 – 2 of 2) sorted by relevance
/external/lzma/CPP/Windows/ |
D | FileFind.cpp | 361 HANDLE CFindChangeNotification::FindFirst(LPCTSTR pathName, bool watchSubtree, DWORD notifyFilter) in FindFirst() argument 363 _handle = ::FindFirstChangeNotification(pathName, BoolToBOOL(watchSubtree), notifyFilter); in FindFirst() 369 _handle = ::FindFirstChangeNotificationW(longPath, BoolToBOOL(watchSubtree), notifyFilter); in FindFirst() 376 HANDLE CFindChangeNotification::FindFirst(LPCWSTR pathName, bool watchSubtree, DWORD notifyFilter) in FindFirst() argument 379 …rn FindFirst(UnicodeStringToMultiByte(pathName, GetCurrentCodePage()), watchSubtree, notifyFilter); in FindFirst() 380 _handle = ::FindFirstChangeNotificationW(pathName, BoolToBOOL(watchSubtree), notifyFilter); in FindFirst() 386 _handle = ::FindFirstChangeNotificationW(longPath, BoolToBOOL(watchSubtree), notifyFilter); in FindFirst()
|
D | FileFind.h | 144 HANDLE FindFirst(LPCTSTR pathName, bool watchSubtree, DWORD notifyFilter); 146 HANDLE FindFirst(LPCWSTR pathName, bool watchSubtree, DWORD notifyFilter);
|