Searched refs:pidl (Results 1 – 3 of 3) sorted by relevance
21 LPITEMIDLIST pidl = 0; in GetIconIndexForCSIDL() local22 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()
243 typedef BOOL (WINAPI * SHGetPathFromIDListWP)(LPCITEMIDLIST pidl, LPWSTR pszPath);
269 PIDLIST_ABSOLUTE pidl = nullptr; in OnCommand() local399 pidl = ::SHBrowseForFolderW(&browseInfo); in OnCommand()400 if (pidl && ::SHGetPathFromIDListW(pidl, wzPath)) { in OnCommand()404 if (pidl) { in OnCommand()405 ::CoTaskMemFree(pidl); in OnCommand()