Home
last modified time | relevance | path

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

/external/lzma/CPP/Windows/
DFileFind.cpp499 HANDLE CFindChangeNotification::FindFirst(CFSTR path, bool watchSubtree, DWORD notifyFilter) in FindFirst() argument
503 _handle = ::FindFirstChangeNotification(fs2fas(path), BoolToBOOL(watchSubtree), notifyFilter); in FindFirst()
508 _handle = ::FindFirstChangeNotificationW(fs2us(path), BoolToBOOL(watchSubtree), notifyFilter); in FindFirst()
514 _handle = ::FindFirstChangeNotificationW(longPath, BoolToBOOL(watchSubtree), notifyFilter); in FindFirst()
DFileFind.h148 HANDLE FindFirst(CFSTR pathName, bool watchSubtree, DWORD notifyFilter);