error = PropChunk(iff, type, id);
D0 A0 D0 D1
LONG PropChunk(struct IFFHandle *, LONG, LONG);
Installs an entry handler for chunks with the given type and ID so that the contents of those chunks will be stored as they are encountered. The storage of these chunks follows the property chunk scoping rules for IFF files so that at any given point, a stored property chunk returned by
FindProp() will be the valid property for the current context.