(C) 1998 AROS - The Amiga Research OS


NAME
#include <utility/tagitem.h>
#include <utility/pack.h>
#include <proto/utility.h>

ULONG PackStructureTags (pack , packTable , tagList)

LOCATION
In UtilityBase at offset 35

SYNOPSIS
APTR pack
ULONG * packTable
struct TagItem * tagList

FUNCTION
This function will scan through the packTable, and for each TagItem described in a packTable entry which can be found in the tagList, the data in the TagItem's ti_Data field will be packed into the structure as described in the packTable.

INPUTS
pack
The structure to fill in.
packTable
Table describing how to pack the structure. See the include file utility/pack.h for information on the format of this table.
tagList
List of TagItems containing data.

RESULT
The number of TagItems packed.

EXAMPLE

SEE ALSO
UnpackStructureTags()

NOTES

BUGS

INTERNALS

HISTORY
20.10.1998 hkiel
Amiga Research OS
20.08.1997 digulla
Polish.

Renamed utility_intern.h to intern.h.

03.02.1997 ldp
Changed <proto/*_protos.h> to <proto/*.h>
02.02.1997 iaint
Some bug fixes, math functions and native Amiga support
27.01.1997 ldp
Polish
08.01.1997 iaint
A few more utility.lib functions