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

Method removeThreadProc

pluginManager/src/PluginList.cpp:1547–1560  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1545}
1546
1547UINT PluginList::removeThreadProc(LPVOID param)
1548{
1549 InstallParam *ip = reinterpret_cast<InstallParam*>(param);
1550
1551 ip->pluginList->removePlugins(ip->hMessageBoxParent,
1552 ip->progressDialog,
1553 ip->pluginListView,
1554 ip->cancelToken);
1555
1556 // clean up the parameter
1557 delete ip;
1558
1559 return 0;
1560}
1561
1562void PluginList::clearPluginList()
1563{

Callers

nothing calls this directly

Calls 1

removePluginsMethod · 0.80

Tested by

no test coverage detected