This function requests the driver to send any control information needed at the start of a page. The control codes is sent using the EngWritePrinter function.
BOOL DrvStartPage( IN SURFOBJ *pso );
TRUE indicates success. FALSE indicate failure.
This function is required for printer drivers.