Méthode IShellFolderView ::SetCallback (shlobj_core.h)
[IShellFolderView ::SetCallback est disponible pour une utilisation dans les systèmes d’exploitation spécifiés dans la section Configuration requise. Il peut être modifié ou indisponible dans les versions suivantes.]
Remplace l’objet de rappel utilisé par la vue.
Syntaxe
HRESULT SetCallback(
[in, optional] IShellFolderViewCB *pNewCB,
[out, optional] IShellFolderViewCB **ppOldCB
);
Paramètres
[in, optional] pNewCB
Type : IShellFolderViewCB*
Pointeur vers le nouvel objet de rappel IShellFolderViewCB .
[out, optional] ppOldCB
Type : IShellFolderViewCB**
Adresse d’un pointeur d’interface qui, lorsque cette méthode retourne correctement, pointe vers l’objet IShellFolderViewCB d’origine .
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 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 |