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>