FormatCorePlugin_InitializePlugin

Definition

Initialization function.

int32_t FormatCorePlugin_InitializePlugin(

  FC_PluginInformation *info,

  const FC_ApplicationData *appdata

);

Arguments

[OUT] info

Pointer to a FC_PluginInformation.  This structure should be filled in by the function.

[IN] appdata

Return Value

FORMATCORE_SUCCESS or FORMATCORE_FAILURE.

Remarks

Function to initialize and exchange version or other metadata between FormatCore and the plugin. Once the plugin module is loaded into memory, this is the first function called. Plugins should do all per-process initialization here.