###User Defined Function###
_WinAPI_CopyCursor

###Description###
Creates a duplicate of a specified cursor.

###Syntax###
#include <WinAPIRes.au3>
_WinAPI_CopyCursor ( $hCursor )


###Parameters###
@@ParamTable@@
$hCursor
	Handle to the cursor to be duplicated.
@@End@@

###ReturnValue###
@@ReturnTable@@
Success 	Handle to the new cursor that was created.
Failure 	0, call <a href="_WinAPI_GetLastError.htm">_WinAPI_GetLastError()</a> to get extended error information.
@@End@@


###Remarks###
When you are finished using the cursor, destroy it using the _WinAPI_DestroyCursor() function.


###Related###
_WinAPI_DestroyCursor


###See Also###
@@MsdnLink@@ CopyIcon
