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>startpage()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
StartPage()
Start a new page on the printer
------------------------------------------------------------------------------

Syntax
StartPage( <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 starts a new page using a device context
previously obtained from the CreateDC() or GetPrintDC()
function.

Example
See GetPrintDC().


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

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