Name

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

Synopsis

#include "/ofxParam.h"
#define kOfxParamPropDataPtr "OfxParamPropDataPtr"

Type

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

Property Set

This is a property that belongs to the plugin parameter 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 parameter instance, so two instances of the same parameter do not share the same data pointer. Use it to hang any needed private data structures.