Lines Matching refs:itemIDList
80 CItemIDList::(LPCITEMIDLIST itemIDList): m_Object(NULL)
81 { *this = itemIDList; }
82 CItemIDList::(const CItemIDList& itemIDList): m_Object(NULL)
83 { *this = itemIDList; }
552 bool GetPathFromIDList(LPCITEMIDLIST itemIDList, AString &path)
556 const bool result = BOOLToBool(::SHGetPathFromIDList(itemIDList, path.GetBuf(len)));
563 bool GetPathFromIDList(LPCITEMIDLIST itemIDList, UString &path)
569 bool result = BOOLToBool(::SHGetPathFromIDList(itemIDList, path.GetBuf(len)));
578 bool result = BOOLToBool(shGetPathFromIDListW(itemIDList, path.GetBuf(len)));
598 result = BOOLToBool(func_SHGetPathFromIDListEx(itemIDList, path.GetBuf(len), len, 0));
652 LPITEMIDLIST itemIDList = ::SHBrowseForFolder(browseInfo);
653 if (!itemIDList)
656 itemIDListHolder.Attach(itemIDList);
657 return GetPathFromIDList(itemIDList, resultPath);
748 LPITEMIDLIST itemIDList = f_SHBrowseForFolderW(browseInfo);
749 if (!itemIDList)
752 itemIDListHolder.Attach(itemIDList);
753 return GetPathFromIDList(itemIDList, resultPath);