BOOL CloseClipboard(void) |
The CloseClipboard function closes the clipboard.
This function has no parameters.
The return value is TRUE if the function is successful. Otherwise, it is FALSE.
The CloseClipboard function should be called when a window has finished examining or changing the clipboard. This lets other applications access the clipboard.
GetOpenClipboardWindow, OpenClipboard