(C) 1998 AROS - The Amiga Research OS
NAME
#include <proto/iffparse.h>
struct ContextNode * CurrentChunk (iff)
LOCATION
In IFFParseBase at offset 29
SYNOPSIS
struct IFFHandle * iff
FUNCTION
Returns the top context node for the give IFFHandle struct. The top contexte is the node most recently pushed onto the context stack
INPUTS
iff
pointer to IFFHandle struct.
RESULT
top - Pointer to top contextnode or NULL if none.
EXAMPLE
SEE ALSO
PushChunk(), PopChunk(), ParseIFF(), ParentChunk()
NOTES
BUGS
INTERNALS
" .. or NULL if none" (see RESULT) is truth with slight modifications, since the default context node exists as long as the iffhandle itself. However, the user is never given a pointer to this node.
HISTORY
20.10.1998 hkiel
Amiga Research OS
03.02.1997 digulla
Iffparse.library as supplied by Nils H. Lorentzen