###User Defined Function###
_ClipBoard_Empty

###Description###
Empties the clipboard and frees handles to data in the clipboard

###Syntax###
#include <Clipboard.au3>
_ClipBoard_Empty (  )


###Parameters###
None.

###ReturnValue###
@@ReturnTable@@
Success:	True
Failure:	False
@@End@@


###Remarks###
Before calling this function, you must open the clipboard by using the <a href="_ClipBoard_Open.htm">_ClipBoard_Open()</a> function.
If you specified a NULL window handle when opening the clipboard, this function succeeds but sets the clipboard owner to NULL.
Note that this causes <a href="_ClipBoard_SetData.htm">_ClipBoard_SetData()</a> to fail.


###Related###
_ClipBoard_Open, _ClipBoard_SetData, _ClipBoard_GetOwner, _ClipBoard_SetDataEx


###See Also###
@@MsdnLink@@ EmptyClipboard


###Example###
@@IncludeExample@@
