Méthode IShellFolderViewType::TranslateViewPidl
Reconstruit un pointeur vers une liste d’identificateurs d’élément (PIDL) à partir d’une représentation hiérarchique du dossier Shell dans une autre représentation.
Syntaxe
HRESULT TranslateViewPidl(
[in] PCUIDLIST_RELATIVE pidl,
[in] PCUIDLIST_RELATIVE pidlView,
[in] PCUIDLIST_RELATIVE *ppidlOut
);
Paramètres
-
pidl [in]
-
Type : PCUIDLIST_RELATIVE
Tableau d’ID d’élément relatif au dossier racine.
-
pidlView [in]
-
Type : PCUIDLIST_RELATIVE
Code PIDL spécial de la vue.
-
ppidlOut [in]
-
Type : PCUIDLIST_RELATIVE*
Adresse d’une variable PIDL pour recevoir la traduction.
Valeur retournée
Type : HRESULT
Si cette méthode réussit, elle retourne S_OK. Sinon, il retourne un code d’erreur HRESULT .
Notes
Lorsque vous avez terminé, vous devez libérer le PIDL retourné avec ILFree.
Spécifications
Condition requise | Valeur |
---|---|
Client minimal pris en charge |
Windows 2000 Professionnel [applications de bureau uniquement] |
Serveur minimal pris en charge |
Windows 2000 Server [applications de bureau uniquement] |
DLL |
|