Condividi tramite


Funzione ILCombine (shlobj_core.h)

Combina due strutture ITEMIDLIST .

Sintassi

PIDLIST_ABSOLUTE ILCombine(
  [in] PCIDLIST_ABSOLUTE  pidl1,
  [in] PCUIDLIST_RELATIVE pidl2
);

Parametri

[in] pidl1

Tipo: PCIDLIST_ABSOLUTE

Puntatore alla prima struttura ITEMIDLIST .

[in] pidl2

Tipo: PCUIDLIST_RELATIVE

Puntatore alla seconda struttura ITEMIDLIST . Questa struttura viene aggiunta alla struttura a cui punta pidl1.

Valore restituito

Tipo: PIDLIST_ABSOLUTE

Restituisce un ELEMENTOIDLIST contenente le strutture combinate. Se si imposta pidl1 o pidl2 su NULL, la struttura ITEMIDLIST restituita è un clone del parametro non NULL. Restituisce NULL se pidl1 e pidl2 sono entrambi impostati su NULL.

Requisiti

Requisito Valore
Client minimo supportato Windows XP [solo app desktop]
Server minimo supportato Windows Server 2003 [solo app desktop]
Piattaforma di destinazione Windows
Intestazione shlobj_core.h (include Shlobj.h)
Libreria Shell32.lib
DLL Shell32.dll (versione 5.0 o successiva)