CJumpList::AddTask
将项添加到规范任务类别。
BOOL AddTask(
LPCTSTR strTargetExecutablePath,
LPCTSTR strCommandLineArgs,
LPCTSTR strTitle,
LPCTSTR strIconLocation,
int iIconIndex
);
BOOL AddTask(
IShellLink* pShellLink
);
参数
strTargetExecutablePath
指定目标任务路径。strCommandLineArgs
指定strTargetExecutablePath指定可执行文件的命令行参数。strTitle
在目标中显示的任务名列表。strIconLocation
在目标将显示图标的位置和标题来列出。iIconIndex
图标索引。pShellLink
shell表示任务添加的链接。
备注
在 CommitList,CJumpList 实例累积指定了任务并将其添加到目标列表。 任务项将显示在类别于应用程序的目标菜单的底部。 以便填充UI时,此类别优先于其他类别。
要求
标头: afxadv.h