Name

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

Synopsis

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

Arguments

  • paramSet - parameter set to get the property set for
  • propHandle - pointer to a the property set handle, value is returedn her

Description

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

Returns