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