carb::OnPluginRegisterExFn

Defined in carb/Types.h

typedef void (*carb::OnPluginRegisterExFn)(PluginFrameworkDesc *framework, PluginRegistryEntry *outEntry)

Either this or OnPluginRegisterFn or OnPluginRegisterEx2 are required. Populates the given carb::PluginRegistryEntry with the plugin’s information.

Use CARB_PLUGIN_IMPL to have this function generated for your plugin.

See

Exported as kCarbOnPluginRegisterExFnName.