Searched refs:itemIDList (Results 1 – 2 of 2) sorted by relevance
123 bool GetPathFromIDList(LPCITEMIDLIST itemIDList, CSysString &path) in GetPathFromIDList() argument126 bool result = BOOLToBool(::SHGetPathFromIDList(itemIDList, path.GetBuf(len))); in GetPathFromIDList()168 LPITEMIDLIST itemIDList = ::SHBrowseForFolder(browseInfo); in BrowseForFolder() local169 if (itemIDList == NULL) in BrowseForFolder()172 itemIDListHolder.Attach(itemIDList); in BrowseForFolder()173 return GetPathFromIDList(itemIDList, resultPath); in BrowseForFolder()245 bool GetPathFromIDList(LPCITEMIDLIST itemIDList, UString &path) in GetPathFromIDList() argument253 bool result = BOOLToBool(shGetPathFromIDListW(itemIDList, path.GetBuf(len))); in GetPathFromIDList()267 LPITEMIDLIST itemIDList = shBrowseForFolderW(browseInfo); in BrowseForFolder() local268 if (itemIDList == NULL) in BrowseForFolder()[all …]
83 bool GetPathFromIDList(LPCITEMIDLIST itemIDList, CSysString &path);88 bool GetPathFromIDList(LPCITEMIDLIST itemIDList, UString &path);