(C) 1998 AROS - The Amiga Research OS


NAME
#include <proto/iffparse.h>

void InitIFFasClip (iff)

LOCATION
In IFFParseBase at offset 40

SYNOPSIS
struct IFFHandle * iff

FUNCTION
Initializes the given IFFHandle to be a clipboard stream. It installs a "custom" stream handler (via InitIFF) to handle clipboard streams. The iff_Stream field of the iffhandle will still need to be initializes with a ClipboardHandle struct returned from OpenClipboard().

INPUTS
iff
pointer to an IFFHandle struct.

RESULT

EXAMPLE

SEE ALSO
OpenClipboard()

NOTES

BUGS

INTERNALS

HISTORY
20.10.1998 hkiel
Amiga Research OS
03.02.1997 digulla
Some major hacks because we don't have A6 - The IFFParseBase must be passed to the hooks in hook->h_Data.
03.02.1997 digulla
Iffparse.library as supplied by Nils H. Lorentzen