Searched refs:pidlSrc (Results 1 – 1 of 1) sorted by relevance
21 ILCloneToDepth(LPCITEMIDLIST pidlSrc, UINT depth) in ILCloneToDepth() argument24 for (LPCITEMIDLIST pidl = pidlSrc; pidl && depth--; pidl = ILGetNext(pidl)) in ILCloneToDepth()30 CopyMemory(pidlOut, pidlSrc, cb); in ILCloneToDepth()