Name

OfxPropertySuiteV1::propGetStringN — Get multiple values of a string property

Synopsis

#include "ofxProperty.h" 
OfxStatus(*propGetStringN)(OfxPropertySetHandleproperties,
  const char *property,
  intcount,
  char **value);
 

Arguments

  • properties -
  • property -
  • count -
  • value -

Description

See the note ArchitectureStrings for how to deal with strings.

Returns