Docs » Autodocs » iffparse.library » PopChunk
PopChunk -- pop top context node off context stack. (V36)
error = PopChunk(iff); D0 A0 LONG PopChunk(struct IFFHandle *);
Pops top context chunk and frees all associated local context items. The function is normally called only for writing files and signals the end of a chunk.
iff - pointer to IFFHandle structure.
error - 0 if successful or an IFFERR_#? error code if unsuccessful.
PushChunk(), <libraries/iffparse.h>
|