IlClone, fonction (shlobj_core.h)
Clone une structure ITEMIDLIST .
Syntaxe
PIDLIST_RELATIVE ILClone(
[in] PCUIDLIST_RELATIVE pidl
);
Paramètres
[in] pidl
Type : PCUIDLIST_RELATIVE
Pointeur vers la structure ITEMIDLIST à cloner.
Valeur retournée
Type : PIDLIST_RELATIVE
Retourne un pointeur vers une copie de la structure ITEMIDLIST pointée par 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 XP [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows Server 2003 [applications de bureau uniquement] |
Plateforme cible | Windows |
En-tête | shlobj_core.h (inclure Shlobj.h) |
Bibliothèque | Shell32.lib |
DLL | Shell32.dll (version 5.0 ou ultérieure) |