OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:itemIDList
(Results
1 - 2
of
2
) sorted by null
/external/lzma/CPP/Windows/
Shell.cpp
36
CItemIDList::(LPCITEMIDLIST
itemIDList
): m_Object(NULL)
37
{ *this =
itemIDList
; }
38
CItemIDList::(const CItemIDList&
itemIDList
): m_Object(NULL)
39
{ *this =
itemIDList
; }
121
bool GetPathFromIDList(LPCITEMIDLIST
itemIDList
, CSysString &path)
123
bool result = BOOLToBool(::SHGetPathFromIDList(
itemIDList
, path.GetBuffer(MAX_PATH * 2)));
165
LPITEMIDLIST
itemIDList
= ::SHBrowseForFolder(browseInfo);
166
if (
itemIDList
== NULL)
169
itemIDListHolder.Attach(
itemIDList
);
170
return GetPathFromIDList(
itemIDList
, resultPath);
[
all
...]
Shell.h
25
// CItemIDList(LPCITEMIDLIST
itemIDList
);
26
// CItemIDList(const CItemIDList&
itemIDList
);
83
bool GetPathFromIDList(LPCITEMIDLIST
itemIDList
, CSysString &path);
88
bool GetPathFromIDList(LPCITEMIDLIST
itemIDList
, UString &path);
Completed in 63 milliseconds