carbOnPluginPostShutdown

Defined in carb/PluginCoreUtils.h

void carbOnPluginPostShutdown()

An automatically-generated function exported by Carbonite plugins.

This function shuts down various Framework-provided subsystems for the plugin: logging, profiling, asserts, and localization. The following functions are called in the plugin context:

The type of this function is carb::OnPluginPostShutdownFn and named kCarbOnPluginPostShutdownFnName.

Note

This function is automatically generated in plugins by the CARB_DEFAULT_INITIALIZERS macro via the CARB_PLUGIN_IMPL macro. It is called by the Framework when shutting down the plugin immediately after calling carbOnPluginShutdown. This serves as documentation of the generated function only.