OEMPlgBlt function (printoem.h)

The OEMPlgBlt function provides rotate bit-block transfer capabilities between combinations of device-managed and GDI-managed surfaces.

Syntax

BOOL OEMPlgBlt(
  SURFOBJ         *psoDst,
  SURFOBJ         *psoSrc,
  SURFOBJ         *psoMask,
  CLIPOBJ         *pco,
  XLATEOBJ        *pxlo,
  COLORADJUSTMENT *pca,
  POINTL          *pptlBrushOrg,
  POINTFIX        *pptfixDest,
  RECTL           *prclSrc,
  POINTL          *pptlMask,
  ULONG           iMode
);

Parameters

psoDst

Defines the SURFOBJ parameter psoDst.

psoSrc

Defines the SURFOBJ parameter psoSrc.

psoMask

Defines the SURFOBJ parameter psoMask.

pco

Defines the CLIPOBJ parameter pco.

pxlo

Defines the XLATEOBJ parameter pxlo.

pca

Defines the COLORADJUSTMENT parameter pca.

pptlBrushOrg

Defines the POINTL parameter pptlBrushOrg.

pptfixDest

Defines the POINTFIX parameter pptfixDest.

prclSrc

Defines the RECTL parameter prclSrc.

pptlMask

Defines the POINTL parameter pptlMask.

iMode

Defines the ULONG parameter iMode.

Return value

Returns a BOOL value.

Requirements

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