Name

OfxParameterSuiteV1::paramGetHandle — Retrieves the handle for a parameter in a given parameter set

Synopsis

#include "ofxParam.h" 
OfxStatus(*paramGetHandle)(OfxParamSetHandleparamSet,
  const char *name,
  OfxParamHandle *param,
  OfxPropertySetHandle *propertySet);
 

Arguments

  • paramSet -
  • name -
  • param -
  • propertySet -

Description

Parameter handles retrieved from an instance are always distinct in each instance. The paramter handle is valid for the life-time of the instance. Parameter handles in instances are distinct from paramter handles in plugins. You cannot call this in a plugin's describe function, as it needs an instance to work on.

Returns