###User Defined Function###
_ClipBoard_ChangeChain

###Description###
Removes a specified window from the chain of clipboard viewers

###Syntax###
#include <Clipboard.au3>
_ClipBoard_ChangeChain ( $hRemove, $hNewNext )


###Parameters###
@@ParamTable@@
$hRemove
	Handle to the window to be removed from the chain.
	The handle must have been passed to the <a href="_ClipBoard_SetViewer.htm">_ClipBoard_SetViewer()</a> function.
$hNewNext
	Handle to the window that follows the $hRemove window in the clipboard viewer chain.
	This is the handle returned by <a href="_ClipBoard_SetViewer.htm">_ClipBoard_SetViewer()</a>, unless the sequence was changed in response to a $WM_CHANGECBCHAIN message.
@@End@@

###ReturnValue###
None.


###Remarks###
The window identified by $hNewNext replaces the $hRemove window in the chain. 
The <a href="_ClipBoard_SetViewer.htm">_ClipBoard_SetViewer()</a> function sends a $WM_CHANGECBCHAIN message to the first window in the clipboard viewer chain.


###Related###
_ClipBoard_SetViewer


###See Also###
@@MsdnLink@@ ChangeClipboardChain


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