Home
last modified time | relevance | path

Searched defs:hRoot (Results 1 – 1 of 1) sorted by relevance

/MusicPlayer2/MusicPlayer2/
H A DTreeCtrlEx.cpp24 void CTreeCtrlEx::InsertPath(CString path, HTREEITEM hRoot) in InsertPath()
30 void CTreeCtrlEx::InsertPath(CString path, HTREEITEM hRoot, std::function<bool(const CString&)> is_… in InsertPath()
73 void CTreeCtrlEx::IterateItems(HTREEITEM hRoot, std::function<void(HTREEITEM)> func) in IterateItems()
124 void CTreeCtrlEx::_InsertPath(CString path, HTREEITEM hRoot, std::function<bool(const CString&)> is… in _InsertPath()