CloseClipboard

Syntax

BOOL CloseClipboard( )

This function closes the clipboard. The CloseClipboard function should be called when a window has finished examining or changing the clipboard. It lets other applications access the clipboard.

This function has no parameters.

Return Value

The return value specifies whether the clipboard is closed. It is nonzero if the clipboard is closed. Otherwise, it is zero.