// printoem.h
BOOL OEMStartBanding(
SURFOBJ *pso,
POINTL *pptl
);
View the official Windows Driver Kit DDI referenceNo description available.
The OEMStartBanding function is called by GDI when it is ready to start sending bands of a physical page to the driver for rendering.
psoDefines the SURFOBJ parameter pso.
pptlDefines the POINTL parameter pptl.
Returns a BOOL value.