Name

OfxPropertySuiteV1::propGetPointer — Get a single value from a pointer property

Synopsis

#include "ofxProperty.h" 
OfxStatus (*propGetPointer) ( OfxPropertySetHandle properties ,
  const char * property ,
  int index ,
  void ** value ) ;
 

Arguments

  • properties - is the handle of the thing holding the property
  • property - is the string labelling the property
  • index - refers to the index of a multi-dimensional property
  • value - is a pointer the return location