BOOL DrvEndDoc(
IN SURFOBJ *pso, | |
IN FLONG fl | |
); |
DrvEndDoc causes the driver to send any control information needed at the end of a document.
The return value is TRUE if the function is successful. Otherwise, it is FALSE, and an error code is logged.
DrvEndDoc is required for printer drivers.