Creates a duplicate of a specified cursor
#include <WinAPIRes.au3>
_WinAPI_CopyCursor ( $hCursor )
$hCursor | Handle to the cursor to be duplicated. |
Success: | Handle to the new cursor that was created. |
Failure: | 0, call _WinAPI_GetLastError() to get extended error information. |
When you are finished using the cursor, destroy it using the _WinAPI_DestroyCursor() function.
Search CopyIcon in MSDN Library.