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 - deleteobject() deletes an object from memory freeing all resources http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 DeleteObject()         Deletes an object from memory freeing all resources
--------------------------------------------------------------------------------

   Syntax:              DeleteObject( <hGDIObject> )  --> <lSuccess>

                        This function deletes a GDI object from memory,
                        freeing all system storage associated (objects
                        include pens, brushes, fonts, bitmaps, regions,
                        and palettes).

   Parameters:

   <hGDIObject>         The handle of the GDI object, obtained with
                        its corresponding creating function.

   Returns:

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

   Observations:        FiveWin internally implements a resources control
                        system in order to avoid and control the problems
                        related with system resources losing.

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

   See also:            SelectObject()


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