Méthode IPersistFolder3 ::GetFolderTargetInfo (shobjidl_core.h)
Fournit l’emplacement et les attributs du dossier cible d’un raccourci de dossier.
Syntaxe
HRESULT GetFolderTargetInfo(
[out] PERSIST_FOLDER_TARGET_INFO *ppfti
);
Paramètres
[out] ppfti
Type : PERSIST_FOLDER_TARGET_INFO*
Pointeur vers une structure de PERSIST_FOLDER_TARGET_INFO utilisée pour renvoyer l’emplacement et les attributs du dossier cible.
Valeur retournée
Type : HRESULT
Si cette méthode réussit, elle retourne S_OK. Sinon, elle retourne un code d’erreur HRESULT.
Remarques
La structure PERSIST_FOLDER_TARGET_INFO peut ne pas être initialisée par l’appelant. GetFolderTargetInfo doit affecter des valeurs à tous les membres de la structure avant de la renvoyer à l’appelant.
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows 2000 Professionnel avec SP3, 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 (inclure Shobjidl.h) |
DLL | Shell32.dll (version 5.0 ou ultérieure) |