NAME
        StopChunks -- declare many stop chunks at once. (V36)
   SYNOPSIS
        error = StopChunks(iff, propArray, numPairs);
        D0                 A0   A1         D0
        long stopchunks(struct iffhandle *, long *, long);
   FUNCTION
        (is to stopchunk() as propchunks() is to propchunk().)
   INPUTS
        iff - pointer to iffhandle structure.
        propArray - pointer to array of longword chunk types and identifiers.
        numPairs - number of pairs in the array.
   RESULT
        error - 0 if successful or an IFFERR_#? error code if unsuccessful.
   SEE ALSO
        stopchunk(), <libraries/iffparse.h>