Home
last modified time | relevance | path

Searched refs:pidl (Results 1 – 3 of 3) 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);
/external/python/cpython3/Tools/msi/bundle/bootstrap/
DPythonBootstrapperApplication.cpp269 PIDLIST_ABSOLUTE pidl = nullptr; in OnCommand() local
399 pidl = ::SHBrowseForFolderW(&browseInfo); in OnCommand()
400 if (pidl && ::SHGetPathFromIDListW(pidl, wzPath)) { in OnCommand()
404 if (pidl) { in OnCommand()
405 ::CoTaskMemFree(pidl); in OnCommand()