Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ dllStopPlugin
Function
dllStopPlugin
Plugins/Plugin_BerkeliumWidget/Plugin.cpp:69–74 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
67
}
68
69
extern
"C"
MYGUI_EXPORT_DLL void dllStopPlugin(void)
70
{
71
MyGUI::PluginManager::getInstance().uninstallPlugin(plugin_item);
72
delete plugin_item;
73
plugin_item = nullptr;
74
}
Callers
nothing calls this directly
Calls
1
uninstallPlugin
Method · 0.80
Tested by
no test coverage detected