parent = ParentChunk(contextNode);
D0 A0
struct ContextNode *ParentChunk(struct ContextNode *);
Returns a context node for the chunk containing the chunk for the given context node. This function effectively moves down the context stack into previously pushed contexts. For example, to get a ContextNode pointer for the enclosing FORM chunk while reading a data chunk, use: ParentChunk(
CurrentChunk(iff)) to find this pointer. The ContextNode structure contains information on the type of chunk and its size.