OEMStartBanding - NtDoc

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

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

NtDoc

No description available.

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

Description

The OEMStartBanding function is called by GDI when it is ready to start sending bands of a physical page to the driver for rendering.

Parameters

pso

Defines the SURFOBJ parameter pso.

pptl

Defines the POINTL parameter pptl.

Return value

Returns a BOOL value.