Home
last modified time | relevance | path

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

/external/lzma/CPP/Windows/
DShell.cpp121 bool GetPathFromIDList(LPCITEMIDLIST itemIDList, CSysString &path) in GetPathFromIDList() argument
123 bool result = BOOLToBool(::SHGetPathFromIDList(itemIDList, path.GetBuffer(MAX_PATH * 2))); in GetPathFromIDList()
165 LPITEMIDLIST itemIDList = ::SHBrowseForFolder(browseInfo); in BrowseForFolder() local
166 if (itemIDList == NULL) in BrowseForFolder()
169 itemIDListHolder.Attach(itemIDList); in BrowseForFolder()
170 return GetPathFromIDList(itemIDList, resultPath); in BrowseForFolder()
240 bool GetPathFromIDList(LPCITEMIDLIST itemIDList, UString &path) in GetPathFromIDList() argument
247 bool result = BOOLToBool(shGetPathFromIDListW(itemIDList, path.GetBuffer(MAX_PATH * 2))); in GetPathFromIDList()
261 LPITEMIDLIST itemIDList = shBrowseForFolderW(browseInfo); in BrowseForFolder() local
262 if (itemIDList == NULL) in BrowseForFolder()
[all …]
DShell.h83 bool GetPathFromIDList(LPCITEMIDLIST itemIDList, CSysString &path);
88 bool GetPathFromIDList(LPCITEMIDLIST itemIDList, UString &path);