OEMSendPage - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// printoem.h

BOOL OEMSendPage(
  SURFOBJ *pso
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-printoem-oemsendpage)

Description

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.

Parameters

pso

Defines the SURFOBJ parameter pso.

Return value

Returns a BOOL value.