Searched refs:absolutePIDL (Results 1 – 2 of 2) sorted by relevance
/reactos/dll/win32/browseui/ |
H A D | addresseditbox.cpp | 110 CComHeapPtr<ITEMIDLIST> absolutePIDL; in RefreshAddress() local 111 HRESULT hr = GetAbsolutePidl(&absolutePIDL); in RefreshAddress() 116 ATLASSERT(absolutePIDL != NULL); in RefreshAddress() 117 PopulateComboBox(absolutePIDL); in RefreshAddress() 122 hr = SHBindToParent(absolutePIDL, IID_PPV_ARG(IShellFolder, &pShellFolder), &pidlChild); in RefreshAddress() 137 … if (SUCCEEDED(IEGetNameAndFlags(absolutePIDL, flags, szPathOrName, _countof(szPathOrName), NULL))) in RefreshAddress() 141 item.lParam = reinterpret_cast<LPARAM>(absolutePIDL.Detach()); in RefreshAddress()
|
H A D | shellbrowser.cpp | 334 HRESULT BrowseToPath(IShellFolder *newShellFolder, LPCITEMIDLIST absolutePIDL, 1013 LPCITEMIDLIST absolutePIDL, FOLDERSETTINGS *folderSettings, long flags) in BrowseToPath() argument 1039 if (FAILED_UNEXPECTEDLY(hResult = SHILClone(absolutePIDL, &absolutePIDL))) in BrowseToPath() 1041 CComHeapPtr<ITEMIDLIST> pidlAbsoluteClone(const_cast<LPITEMIDLIST>(absolutePIDL)); in BrowseToPath() 1094 absolutePIDL = fCurrentDirectoryPIDL; in BrowseToPath() 1158 hResult = SHBindToParent(absolutePIDL, IID_PPV_ARG(IShellFolder, &sf), &pidlChild); in BrowseToPath()
|