(C) 1998 AROS - The Amiga Research OS
NAME
#include <proto/iffparse.h>
void CloseClipboard (clipHandle)
LOCATION
In IFFParseBase at offset 42
SYNOPSIS
struct ClipboardHandle * clipHandle
FUNCTION
Closes the clipboard.device and frees the ClipboardHandle
INPUTS
clip
pointer to a ClipboardHandle struct created with OpenClipboard.
RESULT
None.
EXAMPLE
SEE ALSO
OpenClipboard(), InitIFFAsClip()
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