(C) 1998 AROS - The Amiga Research OS


NAME
#include <proto/iffparse.h>

struct LocalContextItem * FindLocalItem (iff , type , id , ident)

LOCATION
In IFFParseBase at offset 35

SYNOPSIS
struct IFFHandle * iff
LONG type
LONG id
LONG ident

FUNCTION
Goes through the whole context node stack starting at the top searching the contecnodes for attached LocalContextItems with the specified type, id and ident codes.

INPUTS
iff
pointer to an IFFHandle struct.
type
type code for item to find.
id
identifier code for item to find.
ident
ident code for the class of context item to find.

RESULT
lci - pointer to a local context item if found, or NULL if none is found.

EXAMPLE

SEE ALSO
StoreLocalItem()

NOTES

BUGS

INTERNALS

HISTORY
20.10.1998 hkiel
Amiga Research OS
15.02.1997 ldp
Renamed D2 to DB2 to avoid nameclash with the register
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