error = WriteChunkBytes(iff, buf, numBytes);
D0 A0 A1 D0
LONG WriteChunkBytes(struct IFFHandle *, APTR, LONG);
Writes "numBytes" bytes from the specified buffer into the current chunk. If the current chunk was pushed with IFFSIZE_UNKNOWN, the size of the chunk gets increased by the size of the buffer written. If the size was specified for this chunk, attempts to write past the end of the chunk will be truncated.