OEMNextBand function (printoem.h)

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.

Syntax

BOOL OEMNextBand(
  SURFOBJ *pso,
  POINTL  *pptl
);

Parameters

pso

Defines the SURFOBJ parameter pso.

pptl

Defines the POINTL parameter pptl.

Return value

Returns a BOOL value.

Requirements

Requirement Value
Target Platform Windows
Header printoem.h (include Printoem.h)