a1200   NEWS   APPS   DOCS   ABOUT
a1200
----
a1200
----
Autodocs
 Libraries:
 utility.library
  AddNamedObject
  AllocNamedObjectA
  AllocateTagItems
  Amiga2Date
  ApplyTagChanges
  AttemptRemNamedObject
  CallHookPkt
  CheckDate
  CloneTagItems
  Date2Amiga
  FilterTagChanges
  FilterTagItems
  FindNamedObject
  FindTagItem
  FreeNamedObject
  FreeTagItems
  GetTagData
  GetUniqueID
  MapTags
  NamedObjectName
  NextTagItem
  PackBoolTags
  PackStructureTags
  RefreshTagItemClones
  ReleaseNamedObject
  RemNamedObject
  SDivMod32
  SMult32
  SMult64
  Stricmp
  Strnicmp
  TagInArray
  ToLower
  ToUpper
  UDivMod32
  UMult32
  UMult64
  UnpackStructureTags
Include
GuruMeditation
Docs » Autodocs » utility.library » ApplyTagChanges

NAME

	ApplyTagChanges -- change a tag list based on a second tag list. (V39)

SYNOPSIS

	ApplyTagChanges(list,changeList);
A0 A1
VOID ApplyTagChanges(struct TagItem *, struct TagItem *);

FUNCTION

	For any tag that appears in both 'list' and 'changeList', this
function will change the ti_Data field of the tag in 'list' to
match the ti_Data field of the tag in 'changeList'. In effect,
'changeList' contains a series of new values for tags already in
'list'. Any tag in 'changeList' that is not in 'list' is ignored.

INPUTS

	list - a list of existing tags (may be NULL)
changeList - a list of tags to modify 'list' with (may be NULL)

SEE ALSO

<utility/tagitem.h>, FilterTagChanges()

Comments

Name:
E-mail: Use this if you want a message if you get a response, will not be shown.
Comment:
Select correct short for:

Dual Crew

HZ
RZR
SCX
DC

Comments:

$VER: d0.se 1.14 Copyright © 2011-2024 Tobias Geijersson support at d0 dot se