CJumpList::AddDestination
添加到目标列表。
BOOL AddDestination(
LPCTSTR lpcszCategoryName,
LPCTSTR strDestinationPath
);
BOOL AddDestination(
LPCTSTR strCategoryName,
IShellItem* pShellItem
);
BOOL AddDestination(
LPCTSTR strCategoryName,
IShellLink* pShellLink
);
参数
lpcszCategoryName
指定类别的名称。 如果指定的类别不存在,则将创建。strDestinationPath
指定路径到目标文件。strCategoryName
指定类别的名称。 如果指定的类别不存在,则将创建。pShellItem
指定一个表示目标的Shell项目添加到中。pShellLink
指定一个表示目标的Shell链接添加到中。
备注
内部 CJumpList 实例。CommitList累积添加了目标然后提交这些更改。
要求
标头: afxadv.h