Establishes the cursor shape
#include <WinAPIRes.au3>
_WinAPI_SetCursor ( $hCursor )
$hCursor | Identifies the cursor |
Success: | The handle of the previous cursor, if there was one. |
Failure: | 0, if there was no previous cursor. |
Search SetCursor in MSDN Library.