Searched refs:lpsfParent (Results 1 – 1 of 1) sorted by relevance
/reactos/dll/win32/shell32/ |
H A D | brfolder.cpp | 58 CComPtr<IShellFolder> lpsfParent; // IShellFolder of the parent member 133 IShellFolder *lpsf = pItemData->lpsfParent; in BrFolder_GetChildrenEnum() 196 CComPtr<IShellFolder> lpsfParent; in BrFolder_InitTreeView() local 202 hItem = BrFolder_InsertItem(info, lpsfParent, pidlChild, pidlParent, TVI_ROOT); in BrFolder_InitTreeView() 363 pItemData->lpsfParent = lpsf; in BrFolder_InsertItem() 444 hr = pItemData->lpsfParent->GetAttributesOf(1, &pidlChild, &dwAttributes); in BrFolder_CheckValidSelection() 450 hr = pItemData->lpsfParent->GetAttributesOf(1, &pidlChild, &dwAttributes); in BrFolder_CheckValidSelection() 491 hr = pItemData->lpsfParent->BindToObject(pItemData->pidlChild, NULL, in BrFolder_Treeview_Expand() 496 lpsf2 = pItemData->lpsfParent; in BrFolder_Treeview_Expand() 540 HRESULT hr = data->lpsfParent->SetNameOf(info->hWnd, data->pidlChild, in BrFolder_Treeview_Rename() [all …]
|