DrvStartPage

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.

Parameters

pso

Points to the surface object. The object can be queried to find its type and which PDEV it is associated with.

Return Value

The return value is TRUE if the function is successful. Otherwise, it is FALSE, and an error code is logged.

Comments

DrvStartPage is required for printer drivers.

See Also

EngWritePrinter