Compartir a través de


CJumpList::AddDestination

agrega el destino a la lista.

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

Parámetros

  • lpcszCategoryName
    especifica un nombre de categoría. Si no existe la categoría especificada, se creará.

  • strDestinationPath
    Especifica una ruta de acceso al archivo de destino.

  • strCategoryName
    especifica un nombre de categoría. Si no existe la categoría especificada, se creará.

  • pShellItem
    Especifica un elemento de shell que representa el destino incluido.

  • pShellLink
    Especifica un vínculo de shell que representa el destino incluido.

Comentarios

La instancia de CJumpList internamente acumula destinos agregado y después los se basa en CommitList.

Requisitos

encabezado: afxadv.h

Vea también

Referencia

CJumpList Class