MCPcopy Create free account
hub / github.com/bruderstein/nppPluginManager / installThreadProc

Method installThreadProc

pluginManager/src/PluginList.cpp:1511–1525  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1509
1510
1511UINT PluginList::installThreadProc(LPVOID param)
1512{
1513 InstallParam *ip = reinterpret_cast<InstallParam*>(param);
1514
1515 ip->pluginList->installPlugins(ip->hMessageBoxParent,
1516 ip->progressDialog,
1517 ip->pluginListView,
1518 ip->isUpdate,
1519 ip->cancelToken);
1520
1521 // clean up the parameter
1522 delete ip;
1523
1524 return 0;
1525}
1526
1527
1528

Callers

nothing calls this directly

Calls 1

installPluginsMethod · 0.80

Tested by

no test coverage detected