This topic has not yet been rated - Rate this topic

EmptyClipboard (Windows Embedded Compact 7)

1/23/2013

This function empties the clipboard and frees handles to data in the clipboard. The function then assigns ownership of the clipboard to the window that currently has the clipboard open.


BOOL EmptyClipboard(void);

None.

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

Before calling EmptyClipboard, an application must open the clipboard by using the OpenClipboard function. If the application specifies a NULL window handle when opening the clipboard, EmptyClipboard succeeds but sets the clipboard owner to NULL.

Header

winuser.h

Library

Clipbd.lib

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.