Articles
Forums
Downloads
Autodocs
Home
/
Autodocs
/
iffparse.library
NAME
CloseClipboard
close and free an open ClipboardHandle. (V36)
SYNOPSIS
CloseClipboard(clipHandle);
A0
VOID CloseClipboard(struct ClipboardHandle *);
FUNCTION
Closes the clipboard.device and frees the ClipboardHandle structure.
INPUTS
clipHandle
pointer to ClipboardHandle struct created with
OpenClipboard()
. Starting with V39, this may be NULL.
SEE ALSO
OpenClipboard()
,
InitIFFasClip()
, <libraries/iffparse.h>