utility.library/RefreshTagItemClones

Previous:
utility.library/PackStructureTags
TOC:
Table of Contents
Index:
All Documents
Next:
utility.library/ReleaseNamedObject

     Title:
RefreshTagItemClones -- rejuvenate a clone from the original. (V36)
     Synopsis:
RefreshTagItemClones(clone,original)
     A0    A1

VOID RefreshTagItemClones(struct TagItem *,struct TagItem *);
     Function:
If (and only if) the tag list 'clone' was created from 'original' by
CloneTagItems(), and if 'original' has not been changed in any way,
you can reset the clone list to its original state by using this
function.
     Parameters:
clone - return value from CloneTagItems(original)
original - a tag list that hasn't changed since CloneTagItems()
     Related topics:
<utility/tagitem.h>, CloneTagItems(), AllocateTagItems(),
FreeTagItems(), ApplyTagChanges()

Browse your own file: