Partager via


CJumpList::AddDestination

Ajoute la destination à la liste.

BOOL AddDestination(
   LPCTSTR lpcszCategoryName,
   LPCTSTR strDestinationPath
);
BOOL AddDestination(
   LPCTSTR strCategoryName,
   IShellItem* pShellItem
);
BOOL AddDestination(
   LPCTSTR strCategoryName,
   IShellLink* pShellLink
);

Paramètres

  • lpcszCategoryName
    Spécifie un nom de catégorie. Si la catégorie spécifiée n'existe pas, elle sera créée.

  • strDestinationPath
    Spécifie un chemin d'accès au fichier de destination.

  • strCategoryName
    Spécifie un nom de catégorie. Si la catégorie spécifiée n'existe pas, elle sera créée.

  • pShellItem
    Spécifie un élément d'interface intégrée qui représente la destination ajoutée.

  • pShellLink
    Spécifie un lien Shell représentant la destination ajoutée.

Notes

L'instance d' CJumpList s'accumule en interne a ajouté des destinations puis les valide dans CommitList.

Configuration requise

en-tête : afxadv.h

Voir aussi

Référence

CJumpList, classe