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.