ILCombine (SHELL32.25)
LPITEMIDLIST ILCombine ( LPCITEMIDLIST pidl1, LPCITEMIDLIST pidl2 )
Concatenates two complex ItemIDLists.
pidl1 | [In] | first complex ItemIDLists. |
pidl2 | [In] | complex ItemIDLists to append. |
if both pidl's == NULL NULL if pidl1 == NULL cloned pidl2 if pidl2 == NULL cloned pidl1 otherwise new pidl with pidl2 appended to pidl1.
exported by ordinal. Does not destroy the passed in ItemIDLists!
Declared in "include/shlobj.h". gitlab.winehq.org/wine/wine/blob/master/include/shlobj.h
Implemented in "dlls/shell32/pidl.c". gitlab.winehq.org/wine/wine/blob/master/dlls/shell32/pidl.c
Debug channel "pidl".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.