OEMBitBlt - NtDoc

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

BOOL OEMBitBlt(
  SURFOBJ  *psoTrg,
  SURFOBJ  *psoSrc,
  SURFOBJ  *psoMask,
  CLIPOBJ  *pco,
  XLATEOBJ *pxlo,
  RECTL    *prclTrg,
  POINTL   *pptlSrc,
  POINTL   *pptlMask,
  BRUSHOBJ *pbo,
  POINTL   *pptlBrush,
  ROP4     rop4
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

The OEMBitBlt function provides general bit-block transfer capabilities between device-managed surfaces, between GDI-managed standard-format bitmaps, or between a device-managed surface and a GDI-managed standard-format bitmap.

Parameters

psoTrg

Defines the SURFOBJ parameter psoTrg.

psoSrc

Defines the SURFOBJ parameter psoSrc.

psoMask

Defines the SURFOBJ parameter psoMask.

pco

Defines the CLIPOBJ parameter pco.

pxlo

Defines the XLATEOBJ parameter pxlo.

prclTrg

Defines the RECTL parameter prclTrg.

pptlSrc

Defines the POINTL parameter pptlSrc.

pptlMask

Defines the POINTL parameter pptlMask.

pbo

Defines the BRUSHOBJ parameter pbo.

pptlBrush

Defines the POINTL parameter pptlBrush.

rop4

Defines the ROP4 parameter rop4.

Return value

Returns a BOOL value.