// printoem.h
BOOL OEMNextBand(
SURFOBJ *pso,
POINTL *pptl
);
View the official Windows Driver Kit DDI referenceNo description available.
The OEMNextBand function is called by GDI when it has finished drawing a band for a physical page, so that the driver can send the band to the printer.
psoDefines the SURFOBJ parameter pso.
pptlDefines the POINTL parameter pptl.
Returns a BOOL value.