OfxParameterSuiteV1::paramGetPropertySet
— Retrieves the property set handle for the given parameter
#include "ofxParam.h"
OfxStatus
(*paramGetPropertySet)
(
|
OfxParamHandle param , |
OfxPropertySetHandle *
propHandle
)
;
|
The property handle is valid for the lifetime of the parameter, which is the lifetime of the instance that owns the parameter
kOfxStatOK
- the property set was found and returned
kOfxStatErrBadHandle
- if the paramter handle was invalid
kOfxStatErrUnknown
- if the type is unknown