Fonction SHGetIDListFromObject (shobjidl_core.h)
Récupère le pointeur vers une liste d’identificateurs d’élément (PIDL) d’un objet.
Syntaxe
SHSTDAPI SHGetIDListFromObject(
[in] IUnknown *punk,
[out] PIDLIST_ABSOLUTE *ppidl
);
Paramètres
[in] punk
Type : IUnknown*
Pointeur vers l’IUnknown de l’objet à partir duquel obtenir le PIDL.
[out] ppidl
Type : PIDLIST_ABSOLUTE*
Lorsque cette fonction retourne, contient un pointeur vers le PIDL de l’objet donné.
Valeur retournée
Type : HRESULT
Si cette fonction réussit, elle retourne S_OK. Sinon, elle retourne un code d’erreur HRESULT.
Spécifications
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 | shobjidl_core.h (inclure Shobjidl.h) |
DLL | Shell32.dll |