Name

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

Synopsis

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

Arguments

  • param -
  • propHandle -

Description

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

Returns