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