(C) 1998 AROS - The Amiga Research OS
NAME
#include <proto/iffparse.h>
LONG StopChunks (iff , propArray , numPairs)
LOCATION
In IFFParseBase at offset 22
SYNOPSIS
struct IFFHandle * iff
LONG * propArray
LONG numPairs
FUNCTION
Declares multiple stop chunks from th typ/id pairs supplied.
INPUTS
iff
pointer to an IFFHandle struct.
propArray
pointer to an array of longword chunk types and identifiers.
numPairs
number of type/id pairs in the propArray.
RESULT
error - 0 if successfull, IFFERR_#? otherwise.
EXAMPLE
SEE ALSO
StopChunk()
NOTES
BUGS
INTERNALS
HISTORY
20.10.1998 hkiel
Amiga Research OS
03.02.1997 digulla
Iffparse.library as supplied by Nils H. Lorentzen