DrvStartPage

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.

Syntax

BOOL DrvStartPage( IN SURFOBJ *pso );

Parameters

pso
Pointer to the surface object. The object can be queried to find its type and which PDEV structure that it is associated with.

Return Values

TRUE indicates success. FALSE indicate failure.

Remarks

This function is required for printer drivers.