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 - createdc() creates a device context for the given device http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 CreateDC()             Creates a device context for the given device
--------------------------------------------------------------------------------

   Syntax:              CreateDC( <cDriver>, <cDevice>, <cOutPut>,
                                   <cInitData> ) --> <hDC>

   Parameters:

   <cDriver>            MsDos filename of the device driver (i.e.: "Epson" )

   <cDevice>            Name of the specific device to be supported
                        ( i.e. "Epson FX-80" )

   <cOutPut>            MsDos filename or device name of the physical
                        output medium (file or output port)

   <cInitData>          Additional information specific of that device.

   Returns:

   <hDC>                The handle of the device context just created.

   Observations:        hDCs created with CreateDC() must be released with
                        DeleteDC(), and hDCs created with GetDC() must be
                        released with ReleaseDC().

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

   See also:            DeleteDC()



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