[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
StartDoc( hDC )-> <nRetCode>
------------------------------------------------------------------------------
PARAMETER:
<hDC> Identifies the device context for the print job
RETURNS:
<nRetCode> is positive if the function is successful, or SP_ERROR ( - 1)
if not.
DESCRIPTION:
The StartDoc function starts a print job. For Windows version 3.1, this
function replaces the STARTDOC printer escape.
Applications should call StartDoc() immediately before beginning a
print job. Using this function ensures that documents containing more than
one page are not interspersed with other print jobs.
SOURCE:
SOURCE\WINAPI\PRINTDC.C
See Also:
EndDoc
StartPage
EndPage
Printing
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson