Docs » Autodocs » iffparse.library » StopChunk
StopChunk -- declare a chunk which should cause ParseIFF to return. (V36)
error = StopChunk(iff, type, id); D0 A0 D0 D1 LONG StopChunk(struct IFFHandle *, LONG, LONG); type;
Installs an entry handler for the specified chunk which will cause the ParseIFF() function to return control to the caller when this chunk is encountered. This is only of value when ParseIFF() is called with the IFFPARSE_SCAN control code.
iff - pointer to IFFHandle structure (need not be open). type - type code for chunk to declare (ex. "ILBM"). id - identifier for chunk to declare (ex. "BODY").
error - 0 if successful or an IFFERR_#? error code if unsuccessful.
StopChunks(), ParseIFF(), <libraries/iffparse.h>
|