Name

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

Synopsis

#include "ofxParam.h" 
OfxStatus(*paramGetPropertySet)(OfxParamHandleparam,
 OfxPropertySetHandle *propHandle);
 

Arguments

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

Description

The property handle is valid for the lifetime of the parameter, which is the lifetime of the instance that owns the parameter

Returns