BOOL DrvStartPage(
IN SURFOBJ *pso | |
); |
DrvStartPage requests the driver send any control information needed at the start of a page. The control codes should be sent using EngWritePrinter.
The return value is TRUE if the function is successful. Otherwise, it is FALSE, and an error code is logged.
DrvStartPage is required for printer drivers.