FC_PluginInformation

Definition

Holds information about the plugin.

typedef struct FC_PluginInformation

{

uint32_t structVersion;

uint32_t structSize;

double formatcoreVersion;

double pluginVersion;

char name[FORMATCORE_PLUGIN_MAX_STRING];

char description[FORMATCORE_PLUGIN_MAX_STRING];

char copyright[FORMATCORE_PLUGIN_MAX_STRING];

} FC_PluginInformation;

Members

structVersion

Version of the structure, to allow future expansion.

structSize

Size of the structure in bytes.

formatcoreVersion

Version of FormatCore the plugin was build against (in case the plugin depends on FormatCore)

pluginVersion

Plugin version.

name

Name of the plugin.

description

Brief description about the plugin.

copyright

Copyright notice.

Remarks

This structure is only useful to plugins that depend on or link against FormatCore.dll. The strings returned are displayed by the reporter.