Docs » Autodocs » iffparse.library » StopChunks
StopChunks -- declare many stop chunks at once. (V36)
error = StopChunks(iff, propArray, numPairs); D0 A0 A1 D0 LONG StopChunks(struct IFFHandle *, LONG *, LONG);
(is to StopChunk() as PropChunks() is to PropChunk().)
iff - pointer to IFFHandle structure. propArray - pointer to array of longword chunk types and identifiers. numPairs - number of pairs in the array.
error - 0 if successful or an IFFERR_#? error code if unsuccessful.
StopChunk(), <libraries/iffparse.h>
|