###User Defined Function###
_WinAPI_RemoveClipboardFormatListener

###Description###
Removes the given window from the system-maintained clipboard format listener list.

###Syntax###
#include <WinAPISys.au3>
_WinAPI_RemoveClipboardFormatListener ( $hWnd )


###Parameters###
@@ParamTable@@
$hWnd
	Handle to the window to be removed.
@@End@@

###ReturnValue###
@@ReturnTable@@
Success 	True.
Failure 	False, call <a href="_WinAPI_GetLastError.htm">_WinAPI_GetLastError()</a> to get extended error information.
@@End@@


###Remarks###
This function requires <strong>Windows Vista or later</strong>.


###Related###


###See Also###
@@MsdnLink@@ RemoveClipboardFormatListener
