Home
last modified time | relevance | path

Searched refs:m_fRecursive (Results 1 – 4 of 4) sorted by relevance

/reactos/dll/win32/shell32/shelldesktop/
H A DCDirectoryList.h69 CDirectoryList() : m_fRecursive(FALSE) in CDirectoryList()
74 : m_fRecursive(fRecursive) in CDirectoryList()
91 BOOL m_fRecursive;
H A DCDirectoryWatcher.h34 BOOL m_fRecursive; variable
H A DCDirectoryWatcher.cpp74 , m_fRecursive(fSubTree) in CDirectoryWatcher()
324 m_fRecursive, dwFilter, NULL, in RestartWatching()
H A DCDirectoryList.cpp122 if (m_fRecursive) in AddPathsFromDirectory()