[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
StartPage( hDC )-> <nRetCode>
------------------------------------------------------------------------------
PARAMETER:
<hDC> Identifies the device context for the print job
RETURNS:
<nRetCode> is positive if the function is successful
DESCRIPTION:
StartPage() prepares the printer driver to accept data. The system
disables the ResetDC function between calls to StartPage and Endpage.
This means that applications cannot change the device mode except at page
boundaries.
SOURCE:
SOURCE\WINAPI\PRINTDC.C
See Also:
StartDoc
EndPage
Escape
ResetDC
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson