Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ dllStopPlugin
Function
dllStopPlugin
Plugins/Plugin_StrangeButton/Plugin_Export.cpp:21–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
}
20
21
extern
"C"
MYGUI_EXPORT_DLL void dllStopPlugin(void)
22
{
23
MyGUI::PluginManager::getInstance().uninstallPlugin(plugin_item);
24
delete plugin_item;
25
plugin_item = nullptr;
26
}
Callers
nothing calls this directly
Calls
1
uninstallPlugin
Method · 0.80
Tested by
no test coverage detected