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>destroycursor()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
DestroyCursor()
Destroy a cursor and free its resources
------------------------------------------------------------------------------

Syntax
DestroyCursor( <hCursor> )   -->   lSuccess

Arguments
<hCursor> is the handle of the cursor to be destroyed.  It
must not be in use.

Returns
If successful, logical TRUE (.T.) is returned, otherwise FALSE
(.F.) is returned.

Description
This function frees any memory or other resources associated
with the specified cursor.

An application should not use the DestroyCursor() function on
any of the pre-defined system cursors (the IDC_* values in
WINDOWS.CH).  However, an application should be sure to
destroy any cursors it created.

Example
DestroyCursor( hMyCursor )


See Also: CreateCursor() LoadCursor() SetCursor() ShowCursor()

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