Function:
GetCursor()
|
Description:
Finds the handle to the mouse cursor
currently in use. This is the cursor that is being used to represent the
mouse pointer on the screen.
|
Parameters:
None.
|
Returns:
If the function succeeds, the return value is a handle
to the cursor, or 0 if an error occurs.
|
Example: 
Select the icon to download the sample cursor.a5p. This
file demonstrates setting the cursor to an animated cursor (loaded from
a file) or a Windows cursor.
|