OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetPathFromIDList
(Results
1 - 2
of
2
) sorted by null
/external/lzma/CPP/Windows/
Shell.h
83
bool
GetPathFromIDList
(LPCITEMIDLIST itemIDList, CSysString &path);
88
bool
GetPathFromIDList
(LPCITEMIDLIST itemIDList, UString &path);
Shell.cpp
121
bool
GetPathFromIDList
(LPCITEMIDLIST itemIDList, CSysString &path)
170
return
GetPathFromIDList
(itemIDList, resultPath);
240
bool
GetPathFromIDList
(LPCITEMIDLIST itemIDList, UString &path)
266
return
GetPathFromIDList
(itemIDList, resultPath);
Completed in 54 milliseconds