error = StopOnExit(iff, type, id);
D0 A0 D0 D1
LONG StopOnExit(struct IFFHandle *, LONG, LONG);
Installs an exit handler for the specified chunk which will cause the
ParseIFF() function to return control to the caller when this chunk is exhausted.
ParseIFF() will return IFFERR_EOC when the declared chunk is about to be popped. This is only of value when
ParseIFF() is called with the IFFPARSE_SCAN control code.