Home
last modified time | relevance | path

Searched refs:pidlSrc (Results 1 – 1 of 1) sorted by relevance

/reactos/dll/win32/shell32/
H A Dbrfolder.cpp21 ILCloneToDepth(LPCITEMIDLIST pidlSrc, UINT depth) in ILCloneToDepth() argument
24 for (LPCITEMIDLIST pidl = pidlSrc; pidl && depth--; pidl = ILGetNext(pidl)) in ILCloneToDepth()
30 CopyMemory(pidlOut, pidlSrc, cb); in ILCloneToDepth()