ihuPublishAddTag
Use the ihuPublishAddTag
function to publish a tag to a destination server. When you publish, a tag is created in the destination server.
Prototype
ihuPublishAddTag (
long hSourceServer,
MSO Char *InterfaceName,
MSO Char *SourceTagname,);
Remarks
After you publish a tag, any new data for the SourceTagname
is written to the DestinationTagname
.
Returns
The ihuPublishAddTag
function returns ihuSTATUS_OK
on success, or an error if the tag was not added to the destination server.