###User Defined Function###
_ClipBoard_GetOpenWindow

###Description###
Retrieves the handle to the window that currently has the clipboard open

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


###Parameters###
None.

###ReturnValue###
@@ReturnTable@@
Success:	The handle to the window that has the clipboard open
Failure:	0 if no window has the clipboard open
@@End@@


###Remarks###
If an application or DLL specifies a NULL window handle when calling the <a href="_ClipBoard_Open.htm">_ClipBoard_Open()</a> function, the clipboard is opened but is not associated with a window. In such a case, <a href="_ClipBoard_GetOpenWindow.htm">_ClipBoard_GetOpenWindow()</a> returns 0.


###Related###
_ClipBoard_GetOwner, _ClipBoard_Open


###See Also###
@@MsdnLink@@ GetOpenClipboardWindow


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