(C) 1998 AROS - The Amiga Research OS


NAME
#include <proto/iffparse.h>

LONG StoreLocalItem (iff , localItem , position)

LOCATION
In IFFParseBase at offset 36

SYNOPSIS
struct IFFHandle * iff
struct LocalContextItem * localItem
LONG position

FUNCTION
Stores the given local context item in a context node. Which context node this is depends on the value of the position argument: IFFSLI_ROOT - insert into the default contextnode. IFFSLI_PROP - insert into the node returned by FindPropContext(). IFFSLI_TOP - insert item into the current contextnode.

INPUTS
iff
pointer to IFFHandle struct.
localItem
pointer to local context item.
position
IFFSLI_ROOT, IFFSLI_PROP or IFFSLI_TOP.

RESULT
error - 0 if succesfull, IFFERR_#? otherwise.

EXAMPLE

SEE ALSO
StoreItemInContext(), FindLocalItem(), EntryHandler(), ExitHandler()

NOTES

BUGS

INTERNALS

HISTORY
20.10.1998 hkiel
Amiga Research OS
13.02.1997 digulla
Bugfix. Loads IFF pictures now.

Added lots of debug output

03.02.1997 digulla
Iffparse.library as supplied by Nils H. Lorentzen