Partager via


IlCloneFull, fonction (shlobj_core.h)

Clone une structure ITEMIDLIST complète ou absolue.

Syntaxe

PIDLIST_ABSOLUTE ILCloneFull(
  [in] PCUIDLIST_ABSOLUTE pidl
);

Paramètres

[in] pidl

Type : PCUIDLIST_ABSOLUTE

Pointeur vers la structure ITEMIDLIST complète ou absolue à cloner.

Valeur retournée

Type : PIDLIST_ABSOLUTE

Pointeur vers une copie de la structure ITEMIDLIST pointée vers pidl.

Remarques

Lorsque vous avez terminé avec la structure ITEMIDLIST cloné, relâchez-la avec ILFree pour éviter les fuites de mémoire.

Configuration requise

Condition requise Valeur
Client minimal pris en charge Windows Vista [applications de bureau uniquement]
Serveur minimal pris en charge Windows Server 2008 [applications de bureau uniquement]
Plateforme cible Windows
En-tête shlobj_core.h (inclure Shlobj.h)