(C) 1998 AROS - The Amiga Research OS


NAME
#include <proto/iffparse.h>

void StoreItemInContext (iff , localItem , contextNode)

LOCATION
In IFFParseBase at offset 37

SYNOPSIS
struct IFFHandle * iff
struct LocalContextItem * localItem
struct ContextNode * contextNode

FUNCTION
Stores the given local context item into the given context node. If a LCI with the some id, type and class identifier allready exists in the context node, the old one will be purged, and the new one inserted.

INPUTS
iff
pointer to IFFHandle struct.
localItem
pointer to LCI to install.
contextNode
pointer to the context node in which the LCI will be stored.

RESULT

EXAMPLE

SEE ALSO
StoreLocalItem()

NOTES

BUGS

INTERNALS

HISTORY
20.10.1998 hkiel
Amiga Research OS
03.02.1997 digulla
Iffparse.library as supplied by Nils H. Lorentzen