OEMNextBand - NtDoc

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

BOOL OEMNextBand(
  SURFOBJ *pso,
  POINTL  *pptl
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

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.

Parameters

pso

Defines the SURFOBJ parameter pso.

pptl

Defines the POINTL parameter pptl.

Return value

Returns a BOOL value.