PyHANDLE = SetCursor(hCursor)
Set the cursor to the HCURSOR object.
Parameters
hCursor : PyHANDLE
The new cursor. Can be None to remove cursor.Win32 API References
Search for SetCursor at msdn, google or google groups.
Return Value
The result is the previous cursor if there was one.