NAME

ILCombine  (SHELL32.25)

SYNOPSIS

 LPITEMIDLIST ILCombine
 (
  LPCITEMIDLIST pidl1,
  LPCITEMIDLIST pidl2
 )

DESCRIPTION

Concatenates two complex ItemIDLists.

PARAMS

pidl1 [In] first complex ItemIDLists.
pidl2 [In] complex ItemIDLists to append.

RETURNS

if both pidl's == NULL NULL if pidl1 == NULL cloned pidl2 if pidl2 == NULL cloned pidl1 otherwise new pidl with pidl2 appended to pidl1.

NOTES

exported by ordinal. Does not destroy the passed in ItemIDLists!

IMPLEMENTATION

Exported by ordinal only. Use GetProcAddress to obtain a pointer to the function.

Implemented in "dlls/shell32/pidl.c". source.winehq.org/source/dlls/shell32/pidl.c

Debug channel "pidl".


Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jan 2008.