(C) 1998 AROS - The Amiga Research OS


NAME
#include <proto/iffparse.h>

struct CollectionItem * FindCollection (iff , type , id)

LOCATION
In IFFParseBase at offset 27

SYNOPSIS
struct IFFHandle * iff
LONG type
LONG id

FUNCTION
Returns a pointer to a list of CollectionItems the installed CollectionChunk of that type and ID.

INPUTS
iff
pointer to an IFFHandle struct.
type
type code to search for.
id
id code to search for.

RESULT
ci - pointer to the last collection chunk encountered with pointers to previous ones.

EXAMPLE

SEE ALSO
CollectionChunk(), CollectionChunks()

NOTES

BUGS

INTERNALS

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