Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- The Guide to Clip-4-Win version 3.0 - <b>endpage()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
EndPage()
End a page on the printer
------------------------------------------------------------------------------

Syntax
EndPage( <hDC> )   -->   nStatus

Arguments
<hDC> is the handle of the device context to print to.

Returns
If successful, a numeric value greater than zero is returned,
otherwise a negative value is returned (one of the SP_* values
defined in WINDOWS.CH).

Description
This function marks the end of a page previously started using
the StartPage() function.  Printer drivers usually advance to
a new page after processing this function.

Example
See GetPrintDC().


See Also: CreateDC() GetPrintDC() StartDoc() StartPage()

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