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 the printer device http://www.ousob.com [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 SetWindowExt       Sets the X and Y extents of the printer device
--------------------------------------------------------------------------------

 Syntax:            <oPrn>:SetWindowExt( <nWidth>, <nHeight> ) -->
                              <nPrevWindowExt>

 Parameters:        Specifies the new X-extent and Y-extent, in logical
                    units, of the device context of the printer.

 Returns:           The return value is the previous device extension, in
                    logical units, if the function is successful. The low-order
                    word contains the previous x-extent; the high-order word
                    contains the previous y-extent. Otherwise, the return
                    value is zero:

                    <nPrevXExtent> =  nLoWord( <nPrevWindowExt> )
                    <nPrevYExtent> =  nHiWord( <nPrevWindowExt> )


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