ILCreateFromPath, fonction (shlobj_core.h)
Retourne la structure ITEMIDLIST associée à un chemin de fichier spécifié.
Syntaxe
PIDLIST_ABSOLUTE ILCreateFromPath(
[in] PCTSTR pszPath
);
Paramètres
[in] pszPath
Type : PCTSTR
Pointeur vers une chaîne Unicode terminée par un caractère Null qui contient le chemin d’accès. Cette chaîne ne doit pas comporter plus de MAX_PATH caractères, y compris le caractère null de fin.
Valeur retournée
Type : PIDLIST_ABSOLUTE
Retourne un pointeur vers une structure ITEMIDLIST qui correspond au chemin d’accès.
Remarques
Appelez ILFree pour libérer l’ITEMIDLIST lorsque vous en avez terminé.
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, Shlobj_core.h, Shlobj.h, Shlobj_core.h) |
Bibliothèque | Shell32.lib |
DLL | Shell32.dll (version 5.0 ou ultérieure) |
Ensemble d’API | ext-ms-win-shell-shell32-l1-2-1 (introduit dans Windows 10, version 10.0.10240) |