Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- The Guide to Clip-4-Win version 3.0 - <b>setcursor()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
SetCursor()
Select a new mouse cursor
------------------------------------------------------------------------------

Syntax
SetCursor( <hCursor> )   -->   hOldCursor

Arguments
<hCursor> is the handle to the new cursor.

Returns
The handle of the old cursor is returned as an integer.

Description
This function sets the shape of the cursor used to represent
the position of the mouse.

Example
hCursor = LoadCursor( hInst, IDC_WAIT )   // hour-glass cursor
hOldCursor = SetCursor( hCursor )


See Also: LoadCursor()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson