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 - setwindowext() sets the x and y extents of a device context http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 SetWindowExt()         Sets the X and Y extents of a device context
--------------------------------------------------------------------------------

   Syntax:              SetWindowExt( <hDC>, <nWidth>, <nHeight> )
                                      --> <aPrevDimensions>

   Parameters:

   <hDC>                Identifies the device context.

   <nWidth>, <nHeight>  Specifies the y-extent and x-extent, in logical
                        units, of the window.

   Returns:

   <aPrevDimensions>    An array that holds the previous dimensions:
                        { nWidth, nHeight }

   Observations:        See SetViewPortExt() explanations.

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

   See also:            SetMapMode() SetViewPortExt()


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