carb::OnPluginShutdownFn

Defined in carb/Types.h

typedef void (*carb::OnPluginShutdownFn)()

Optional. Called after OnPluginStartupExFn.

Called when the carb::Framework is unloading the plugin. If the framework is released with carb::quickReleaseFrameworkAndTerminate() and OnPluginQuickShutdownFn is available for plugin, this function is not called.

This is the main user defined function for running shutdown code in your plugin.

See also

carbOnPluginShutdown