Installs an entry handler with the given type and id, so that chunks encountered with the same type and id will be stored. This is quite like PropChunk(), but CollectionChunk() will store the contents of multiple chunks with the same type and id. To retrieve the stored collection of chunks one uses FindCollection(). Remember: the collection is only valid inside the current property scope.
INPUTS
iff
Pointer to IFFHandle struct. (does not need to be open).
type
IFF chunk type declarator for chunk to collect.
id
IFF chunk id identifier for chunk to collect.
RESULT
error - 0 if successfulle. IFFERR_#? elsewise.
EXAMPLE
SEE ALSO
CollectionChunks(), FindCollection, PropChunk
NOTES
BUGS
INTERNALS
HISTORY
20.10.1998 hkiel
Amiga Research OS
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.