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 - releasedc() finish using a device context http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 ReleaseDC()            Finish using a device context
--------------------------------------------------------------------------------

   Syntax:              ReleaseDC( <hWnd>, <hDC> )  --> <lSuccess>


   Parameters:

   <hWnd>               Identifies the handle of the window whose DC is
                        to be released.

   <hDC>                Identifies the device context to be released.

   Returns:

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

   Observations:        An application must call ReleaseDC() for each
                        GetDC() function call.

                        FiveWin manages all these functions automatically
                        through the TWindow class.

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

   See also:            GetDC() BeginPaint() EndPaint()


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