carb::OnPluginRegisterEx2Fn

Defined in carb/Types.h

typedef void (*carb::OnPluginRegisterEx2Fn)(PluginFrameworkDesc *framework, PluginRegistryEntry2 *outEntry)

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

Use CARB_PLUGIN_IMPL to have this function generated for your plugin.

See also

carbOnPluginRegisterEx2