Partilhar via


CJumpList::AddDestination

Adiciona o destino à lista.

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

Parâmetros

  • lpcszCategoryName
    Especifica um nome de categoria.Se a categoria especificada não existir, será criada.

  • strDestinationPath
    Especifica um caminho para o arquivo de destino.

  • strCategoryName
    Especifica um nome de categoria.Se a categoria especificada não existir, será criada.

  • pShellItem
    Especifica um item de Shell que representa o destino sendo adicionado.

  • pShellLink
    Especifica um link de Shell que representa o destino sendo adicionado.

Comentários

A instância de CJumpList internamente acumula destinos adicionados e compromete-os em CommitList.

Requisitos

Cabeçalho: afxadv.h

Consulte também

Referência

Classe de CJumpList