OEMCopyBits - NtDoc

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

BOOL OEMCopyBits(
  SURFOBJ  *psoDest,
  SURFOBJ  *psoSrc,
  CLIPOBJ  *pco,
  XLATEOBJ *pxlo,
  RECTL    *prclDest,
  POINTL   *pptlSrc
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

The OEMCopyBits function performs translations between device-managed raster surfaces and GDI standard-format bitmaps.

Parameters

psoDest

Defines the SURFOBJ parameter psoDest.

psoSrc

Defines the SURFOBJ parameter psoSrc.

pco

Defines the CLIPOBJ parameter pco.

pxlo

Defines the XLATEOBJ parameter pxlo.

prclDest

Defines the RECTL parameter prclDest.

pptlSrc

Defines the POINTL parameter pptlSrc.

Return value

Returns a BOOL value.