Name

kOfxPropInstanceData — A private data pointer that the plug-in can store it's own data behind.

Synopsis

#include "/ofxCore.h"
#define kOfxPropInstanceData "OfxPropInstanceData"

Type

kOfxPropInstanceData is of type pointer, and has only a single dimension.

Property Set

This is a property that belongs to the plugin instance (read/write),.

Default

The default value is NULL.

Description

A private data pointer that the plug-in can store it's own data behind.

This data pointer is unique to each plug-in instance, so two instances of the same plug-in do not share the same data pointer. Use it to hang any needed private data structures.