Méthode IShellFolderView::GetObject (shlobj_core.h)
[GetObject n’est plus disponible à partir de Windows Vista. Utilisez plutôt IFolderView::Item.]
Obtient un élément de la vue.
Syntaxe
HRESULT GetObject(
[out] PITEMID_CHILD *ppidl,
UINT uItem
);
Paramètres
[out] ppidl
Type : PITEMID_CHILD*
Lorsque cette méthode retourne, contient l’adresse d’un pointeur vers l’élément à l’index donné.
uItem
Type : UINT
Index de l’élément dans la vue à obtenir.
Valeur retournée
Type : HRESULT
Si cette méthode réussit, elle retourne S_OK. Sinon, elle retourne un code d’erreur HRESULT.
Spécifications
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 |