INamespaceWalkCB ::EnterFolder, méthode (shobjidl_core.h)
Appelé lorsqu’un dossier est sur le point d’être entré au cours d’une promenade d’espace de noms. Utilisez cette méthode pour toute initialisation de l’élément récupéré.
Syntaxe
HRESULT EnterFolder(
[in] IShellFolder *psf,
[in] PCUITEMID_CHILD pidl
);
Paramètres
[in] psf
Type : IShellFolder*
Pointeur vers un objet IShellFolder représentant le parent du dossier désigné par pidl.
[in] pidl
Type : PCUITEMID_CHILD
PIDL, relatif à psf, du dossier en cours d’entrée.
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 | shobjidl_core.h (incluez Shobjidl.h) |
DLL | Shell32.dll |