Home
last modified time | relevance | path

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

/third_party/glib/glib/
Dgutils.c555 LPITEMIDLIST pidl = NULL; in get_special_folder() local
559 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()
/third_party/python/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()