Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/FileManager/
DSysIconUtils.cpp21 LPITEMIDLIST pidl = 0; in GetIconIndexForCSIDL() local
22 SHGetSpecialFolderLocation(NULL, csidl, &pidl); in GetIconIndexForCSIDL()
23 if (pidl) in GetIconIndexForCSIDL()
26 SHGetFileInfo(LPCTSTR(pidl), FILE_ATTRIBUTE_NORMAL, in GetIconIndexForCSIDL()
33 pMalloc->Free(pidl); in GetIconIndexForCSIDL()
/external/lzma/CPP/Windows/
DShell.cpp243 typedef BOOL (WINAPI * SHGetPathFromIDListWP)(LPCITEMIDLIST pidl, LPWSTR pszPath);