###User Defined Function###
_GUICtrlTreeView_CreateDragImage

###Description###
Creates a dragging bitmap for the specified item

###Syntax###
#include <GuiTreeView.au3>
_GUICtrlTreeView_CreateDragImage ( $hWnd, $hItem )


###Parameters###
@@ParamTable@@
$hWnd
	Control ID/Handle to the control
$hItem
	Handle to the item
@@End@@

###ReturnValue###
@@ReturnTable@@
Success:	the image list handle to which the dragging bitmap was added.
Failure:	0.
@@End@@


###Remarks###
If you create the control without an associated image list, you cannot use this function to create the image to display during a drag operation.
You must implement your own method of creating a drag cursor.
You are responsible for destroying the image list when it is no longer needed.


###Related###


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