CloseClipboard

2.x

  BOOL CloseClipboard(void)    

The CloseClipboard function closes the clipboard.

Parameters

This function has no parameters.

Return Value

The return value is nonzero if the function is successful. Otherwise, it is zero.

Comments

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

See Also

GetOpenClipboardWindow, OpenClipboard