Searched refs:pidlTmp (Results 1 – 2 of 2) sorted by relevance
/reactos/dll/win32/comdlg32/ |
H A D | filedlgbrowser.c | 346 LPITEMIDLIST pidlTmp; in IShellBrowserImpl_BrowseObject() local 371 pidlTmp = ILCombine(fodInfos->ShellInfos.pidlAbsCurrent, pidl); in IShellBrowserImpl_BrowseObject() 376 pidlTmp = GetParentPidl(fodInfos->ShellInfos.pidlAbsCurrent); in IShellBrowserImpl_BrowseObject() 377 folder = GetShellFolderFromPidl(pidlTmp); in IShellBrowserImpl_BrowseObject() 382 pidlTmp = ILClone(pidl); in IShellBrowserImpl_BrowseObject() 383 folder = GetShellFolderFromPidl(pidlTmp); in IShellBrowserImpl_BrowseObject() 389 ILFree(pidlTmp); in IShellBrowserImpl_BrowseObject() 395 if (ILIsEqual(pidlTmp, fodInfos->ShellInfos.pidlAbsCurrent)) in IShellBrowserImpl_BrowseObject() 398 ILFree(pidlTmp); in IShellBrowserImpl_BrowseObject() 416 ILFree(pidlTmp); in IShellBrowserImpl_BrowseObject() [all …]
|
H A D | filedlg.c | 3832 LPITEMIDLIST pidlDrives, pidlTmp, pidlTmp1, pidlAbsTmp; in FILEDLG95_LOOKIN_Init() local 3856 SHGetSpecialFolderLocation(0,CSIDL_DESKTOP,&pidlTmp); in FILEDLG95_LOOKIN_Init() 3857 FILEDLG95_LOOKIN_AddItem(hwndCombo, pidlTmp,LISTEND); in FILEDLG95_LOOKIN_Init() 3858 ILFree(pidlTmp); in FILEDLG95_LOOKIN_Init() 3869 while (S_OK == IEnumIDList_Next(lpeRoot, 1, &pidlTmp, NULL)) in FILEDLG95_LOOKIN_Init() 3871 FILEDLG95_LOOKIN_AddItem(hwndCombo, pidlTmp,LISTEND); in FILEDLG95_LOOKIN_Init() 3877 if (ILIsEqual(pidlTmp, pidlDrives)) in FILEDLG95_LOOKIN_Init() 3879 …if(SUCCEEDED(IShellFolder_BindToObject(psfRoot, pidlTmp, NULL, &IID_IShellFolder, (LPVOID*)&psfDri… in FILEDLG95_LOOKIN_Init() 3886 pidlAbsTmp = ILCombine(pidlTmp, pidlTmp1); in FILEDLG95_LOOKIN_Init() 3898 ILFree(pidlTmp); in FILEDLG95_LOOKIN_Init()
|