Share via


CloseClipboard (Windows Embedded CE 6.0)

1/6/2010

This function closes the clipboard.

Syntax

BOOL CloseClipboard(void);

Parameters

None.

Return Value

Nonzero indicates success. Zero indicates failure. To get extended error information, call GetLastError.

Remarks

When the window has finished examining or changing the clipboard, close the clipboard by calling CloseClipboard. This enables other windows to access the clipboard.

Do not place an object on the clipboard after calling CloseClipboard.

Requirements

Header winuser.h
Library Clipbd.lib
Windows Embedded CE Windows CE 1.0 and later

See Also

Reference

Clipboards Functions
GetOpenClipboardWindow
OpenClipboard