Searched refs:pidl (Results 1 – 2 of 2) sorted by relevance
555 LPITEMIDLIST pidl = NULL; in get_special_folder() local559 hr = SHGetSpecialFolderLocation (NULL, csidl, &pidl); in get_special_folder()562 b = SHGetPathFromIDListW (pidl, path); in get_special_folder()565 CoTaskMemFree (pidl); in get_special_folder()
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()