Partager via


INameSpaceTreeControlEvents ::OnItemAdded, méthode (shobjidl.h)

Appelé après l’ajout d’un IShellItem .

Syntaxe

HRESULT OnItemAdded(
  [in] IShellItem *psi,
  [in] BOOL       fIsRoot
);

Paramètres

[in] psi

Type : IShellItem*

Pointeur vers iShellItem qui a été ajouté.

[in] fIsRoot

Type : BOOL

Spécifie si l’objet IShellItem qui a été ajouté est une racine.

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

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.h

Voir aussi

INameSpaceTreeControlEvents

IShellItem