NAME StopChunks -- Declare many stop chunks at once. SYNOPSIS error = StopChunks (iff, list, n) d0 a0 a1 d0 LONG error; struct IFFHandle *iff; LONG *list; LONG n; FUNCTION (is to StopChunk() as PropChunks() is to PropChunk().) INPUTS iff - pointer to IFFHandle struct. list - pointer to array of longword chunk types and identifiers. n - number of chunks to declare. RESULT error - 0 if successful or an IFFERR_#? error code if not successful. EXAMPLE NOTES BUGS SEE ALSO StopChunk()