(C) 1998 AROS - The Amiga Research OS


NAME
#include <proto/iffparse.h>

struct ContextNode * ParentChunk (contextNode)

LOCATION
In IFFParseBase at offset 30

SYNOPSIS
struct ContextNode * contextNode

FUNCTION
Returns a pointer to the parent context node to the given one on the context node stack. The parent context node represents the chunk enclosing the chunk given. This can be use together with CurrentChunk() to iterate the context node stack top-down.

INPUTS
contextNode
pointer to a context node.

RESULT
parent - pointer to the parent context node or NULL if none.

EXAMPLE

SEE ALSO
CurrentChunk()

NOTES

BUGS

INTERNALS

HISTORY
20.10.1998 hkiel
Amiga Research OS
03.02.1997 digulla
Iffparse.library as supplied by Nils H. Lorentzen