Lines Matching refs:pidlChild
153 HRESULT CACListISF::GetDisplayName(LPCITEMIDLIST pidlChild, CComHeapPtr<WCHAR>& pszChild) in GetDisplayName() argument
155 TRACE("(%p, %p)\n", this, pidlChild); in GetDisplayName()
160 HRESULT hr = m_pShellFolder->GetDisplayNameOf(pidlChild, dwFlags, &StrRet); in GetDisplayName()
164 hr = m_pShellFolder->GetDisplayNameOf(pidlChild, dwFlags, &StrRet); in GetDisplayName()
178 CACListISF::GetPaths(LPCITEMIDLIST pidlChild, CComHeapPtr<WCHAR>& pszRaw, in GetPaths() argument
181 TRACE("(%p, %p)\n", this, pidlChild); in GetPaths()
184 HRESULT hr = GetDisplayName(pidlChild, pszChild); in GetPaths()
231 CComHeapPtr<ITEMIDLIST> pidlChild; in Next() local
238 pidlChild.Free(); in Next()
239 hr = m_pEnumIDList->Next(1, &pidlChild, NULL); in Next()
245 GetPaths(pidlChild, pszRawPath, pszExpanded); in Next()
250 LPCITEMIDLIST pidlRef = pidlChild; in Next()