carb::OnPluginPostShutdownFn

Defined in carb/Types.h

typedef void (*carb::OnPluginPostShutdownFn)()

Optional. Called after OnPluginShutdownFn.

Called when the carb::Framework is unloading the plugin.

Most users will not have a need to define this function, as it is defined by default via CARB_PLUGIN_IMPL.

See

Exported as kCarbOnPluginPostShutdownFnName.