Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FiveWin 1.9.2 - January 97 - destroycursor() destroys a cursor created with create... or load... http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 DestroyCursor()        Destroys a cursor created with Create... or Load...
--------------------------------------------------------------------------------

   Syntax:              DestroyCursor( <hCursor> )  --> <lSuccess>

                        This function destroys a cursor that was previously
                        created by the CreateCursor() or LoadCursor() function
                        and frees any memory that the cursor occupied.

   Parameters:

   <hCursor>            Identifies the cursor to be destroyed. The cursor
                        must not be in current use.

   Returns:

   <lSuccess>           A logical value indicating if the operation was
                        successful.


   Source code:         SOURCE\\WINAPI\\Cursors.c

   See also:            CreateCursor() LoadCursor()



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