MCPcopy Create free account
hub / github.com/derceg/explorerplusplus / AddJumpListTasksInternal

Function AddJumpListTasksInternal

Explorer++/Helper/ShellHelper.cpp:1034–1044  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1032}
1033
1034HRESULT AddJumpListTasksInternal(
1035 IObjectCollection *poc, const std::list<JumpListTaskInformation> &taskList)
1036{
1037 for (const auto &jtli : taskList)
1038 {
1039 AddJumpListTaskInternal(
1040 poc, jtli.pszName, jtli.pszPath, jtli.pszArguments, jtli.pszIconPath, jtli.iIcon);
1041 }
1042
1043 return S_OK;
1044}
1045
1046HRESULT AddJumpListTaskInternal(IObjectCollection *poc, const TCHAR *pszName, const TCHAR *pszPath,
1047 const TCHAR *pszArguments, const TCHAR *pszIconPath, int iIcon)

Callers 1

AddJumpListTasksFunction · 0.85

Calls 1

AddJumpListTaskInternalFunction · 0.85

Tested by

no test coverage detected