ihuPublishTagGetStringPropertyByIndex

Use the ihuPublishTagGetStringPropertyByIndex function to retrieve a single string tag property from the cache. The index is zero-based.

Prototype

ihuPublishTagGetStringPropertyByIndex (
  int Index,
  ihuTagProperties TagProperty, MSO Char *Value,
  int ValueLength );

Remarks

The ihuPublishTagGetStringPropertyByIndex function returns the string tag property from the cache. The index is zero-based.

Returns

The ihuPublishTagGetStringPropertyByIndex function returns ihuSTATUS_OK on success, or returns an error if any out-of-memory issues occur during dynamic memory allocation.