![[Contents]](../images/toc_d.gif) 
![[Index]](../images/index_d.gif) 
![[Help]](../images/help_d.gif) 
![[Retrace]](../images/retrace_d.gif) 
![[Browse <]](../images/prev.gif) 
![[Browse >]](../images/next.gif) 
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>