sp = FindProp(iff, type, id);
D0 A0 D0 D1
struct StoredProperty *FindProp(struct IFFHandle *, LONG, LONG);
Searches for the stored property which is valid in the given context. Property chunks are automatically stored by
ParseIFF() when pre-declared by
PropChunk() or
PropChunks(). The StoredProperty struct, if found, contains a pointer to a data buffer containing the contents of the stored property.