carb::LoadHookFn

Defined in carb/Framework.h

using carb::LoadHookFn = void (*)(const PluginDesc &plugin, void *userData)

Load Hook function.

Called when a plugin is loaded for the first time and the requested interface becomes available. The interface must be acquired with Framework::tryAcquireInterface() or Framework::acquireInterface() etc.

See

Framework::addLoadHook().

Parameters