FC_ApplicationData

Definition

Provides application information.

typedef struct FC_ApplicationData

{

  uint32_t structVersion;

  uint32_t structSize;

  double formatcoreVersion;

  void *parent;

} FC_ApplicationData;

Members

structVersion

Version of the structure, to allow future expansion.

structSize

Size of the structure in bytes.

formatcoreVersion

Version of FormatCore that's loading the plugin.

parent

Parent object that owns this plugin instance or image being opened depending on the context.

Remarks

This structure is only useful to plugins that depend on or link against FormatCore.dll. It defines the version of the structure and the size such that it can be changed in the future. Currently only the version number is used.