(C) 1998 AROS - The Amiga Research OS


NAME
#include <proto/iffparse.h>

void InitIFF (iff , flags , streamHook)

LOCATION
In IFFParseBase at offset 38

SYNOPSIS
struct IFFHandle * iff
LONG flags
struct Hook * streamHook

FUNCTION
Initializes an IFFHandle with a custom stream handler and flags describing seekability of the stream.

INPUTS
iff
pointer to IFFHandle struct.
flags
stream I/O flags for the IFFHandle.
streamHook
pointer to a Hook structure initialized with the streamhandler to be called.

RESULT

EXAMPLE

SEE ALSO
utility/hooks.h

NOTES

BUGS

INTERNALS

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