(C) 1998 AROS - The Amiga Research OS


NAME
#include <proto/iffparse.h>

struct ClipboardHandle * OpenClipboard (unitNumber)

LOCATION
In IFFParseBase at offset 41

SYNOPSIS
LONG unitNumber

FUNCTION
Opens the clipboard.device with the specified unit. Allocates and initializes a ClipboardHandle struct which should be put into the iff_Stream field of the IFFHandle when the handle is initialized with InitIFFasClip().

INPUTS
unitNumber
a clipboard device unit number (usually PRIMARY_CLIP).

RESULT
ch - pointer to ClipboarHandle struct or NULL if unsuccessfull.

EXAMPLE

SEE ALSO
InitIFFasClip(), CloseClipboard()

NOTES

BUGS

INTERNALS

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