LPITEMIDLIST CBCGPShellManager::ConcatenateItem | ( | LPCITEMIDLIST | pidl1, |
LPCITEMIDLIST | pidl2 | ||
) |
Concatenates two items.
Creates a new ITEMIDLIST that is the size of both pidl1 and pidl2, then copy pidl1 and pidl2 to the new list.
pidl1 | The first item. |
pidl2 | The second item to be concatenated with pidl1. |