Méthode ITransferSource::LinkItem (shobjidl_core.h)
Non implémenté.
Syntaxe
HRESULT LinkItem(
[in] IShellItem *psiSource,
[in] IShellItem *psiParentDest,
[in] LPCWSTR pszNewName,
[in] TRANSFER_SOURCE_FLAGS flags,
[out] IShellItem **ppsiNewDest
);
Paramètres
[in] psiSource
Type : IShellItem*
Pointeur vers un IShellItem qui représente l’élément source.
[in] psiParentDest
Type : IShellItem*
Pointeur vers l’objet IShellItem en tant que parent à lier.
[in] pszNewName
Type : LPCWSTR
Pointeur vers une chaîne Unicode terminée par un caractère Null contenant le nom du lien.
[in] flags
Type : DWORD
Indicateurs qui contrôlent l’opération de fichier. La valeur est une ou plusieurs des constantes TRANSFER_SOURCE_FLAGS .
[out] ppsiNewDest
Type : IShellItem**
Lorsque la méthode retourne, contient l’adresse d’un pointeur vers l’objet IShellItem du lien.
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
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_core.h (incluez Shobjidl.h) |