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 - <b>method releasedc class twindow</b> http://www.ousob.com [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
METHOD ReleaseDC CLASS TWindow
--------------------------------------------------------------------------------
   TWindow:ReleaseDC(  )  -->

Function:
ReleaseDC() will release the Device Context (DC) that was requested by
GetDC() as soon as the instance variable ::nPaintCount, which is
decremented first, becomes zero. In this way the DC can be used by
other applications. Be sure that if you call ReleaseDC that you have
already made a call to the GetDC() method. These calls must ALWAYS come
in pairs.

Online resources provided by: http://www.ousob.com --- NG 2 HTML conversion by Dave Pearson