###User Defined Function###
_ClipBoard_GetOwner

###Description###
Retrieves the window handle of the current owner of the clipboard

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


###Parameters###
None.

###ReturnValue###
@@ReturnTable@@
Success:	The handle to the window that owns the clipboard
Failure:	0
@@End@@


###Remarks###
The clipboard can still contain data even if the clipboard is not currently owned. In general, the clipboard owner is the window that last placed data in clipboard.
The <a href="_ClipBoard_Empty.htm">_ClipBoard_Empty()</a> function assigns clipboard ownership.


###Related###
_ClipBoard_Empty, _ClipBoard_GetOpenWindow


###See Also###
@@MsdnLink@@ GetClipboardOwner


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