int StartPage(hDC) | |||||
HDC hDC; | /* device-context handle | */ |
The StartPage function prepares the printer driver to accept data.
hDC
Identifies the device context for the print job.
The return value is TRUE if the function is successful. Otherwise, it is FALSE.
The system disables the ResetDC function between calls to the StartPage and EndPage functions. This means that application cannot change the device mode except at page boundaries.
EndPage Escape, ResetDC