OfxParameterSuiteV1::paramSetGetPropertySet
— Retrieves the property set handle for the given parameter set
#include "ofxParam.h"
OfxStatus
(*paramSetGetPropertySet)
(
|
OfxParamSetHandle paramSet , |
OfxPropertySetHandle *
propHandle
)
;
|
\note The property handle belonging to a parameter set is the same as the property handle belonging to the plugin instance.
kOfxStatOK
- the property set was found and returned
kOfxStatErrBadHandle
- if the paramter handle was invalid
kOfxStatErrUnknown
- if the type is unknown