ihuPublishTagSetStringProperty

Use the ihuPublishTagSetStringProperty function to define a string tag property before you invoke ihuPublishSetTagProperties.

Prototype

ihuPublishTagSetStringProperty (
  ihuTagProperties TagProperty,
  MSO Char *Value
);

Remarks

The ihuPublishTagSetStringProperty function returns the string tag property.

Returns

The ihuPublishTagSetStringProperty function returns ihuSTATUS_OK on success, or errors on invalid input parameters or if any out-of-memory issues occur during dynamic memory allocation.