Name

OfxParameterSuiteV1::paramSetGetPropertySet — Retrieves the property set handle for the given parameter set

Synopsis

#include "ofxParam.h" 
OfxStatus(*paramSetGetPropertySet)(OfxParamSetHandleparamSet,
  OfxPropertySetHandle *propHandle);
 

Arguments

  • paramSet -
  • propHandle -

Description

\note The property handle belonging to a parameter set is the same as the property handle belonging to the plugin instance.

Returns