ihuPublishTagGetStringPropertyByTagname
Use the ihuPublishTagGetStringPropertyByTagname
function to retrieve a single string tag property by tagname from the cache.
Prototype
ihuPublishTagGetStringPropertyByTagname
(
MSO Char *Tagname,
ihuTagProperties TagProperty,
MSO Char *Value,
int ValueLength );
Remarks
The ihuPublishTagGetStringPropertyByTagname
function returns a single string tag property by tagname from the cache.
Returns
The ihuPublishTagGetStringPropertyByTagname
function returns ihuSTATUS_OK
on success, or returns an error if any out-of-memory issues occur during dynamic memory allocation.