(C) 1998 AROS - The Amiga Research OS


NAME
#include <proto/iffparse.h>

LONG PropChunk (iff , type , id)

LOCATION
In IFFParseBase at offset 19

SYNOPSIS
struct IFFHandle * iff
LONG type
LONG id

FUNCTION
Installs an entry handler for chunks with the given type and id. When such chunk is encoutered, the entry handler will insert a StoredProperty in the proper context. A stored property chunk returned by FindProp() will be the valid property for the current context.

INPUTS
iff
pointer to IFFHandle struct.
type
type code for chunk to declare.
id
identifier for chunk to declare.

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

EXAMPLE

SEE ALSO
PropChunks(), FindProp(), CollectionChunk()

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
Some major hacks because we don't have A6 - The IFFParseBase must be passed to the hooks in hook->h_Data.
03.02.1997 digulla
Iffparse.library as supplied by Nils H. Lorentzen