OEMAlphaBlend function (printoem.h)

Describes the OEMAlphaBlend function.

Syntax

BOOL OEMAlphaBlend(
  SURFOBJ  *psoDest,
  SURFOBJ  *psoSrc,
  CLIPOBJ  *pco,
  XLATEOBJ *pxlo,
  RECTL    *prclDest,
  RECTL    *prclSrc,
  BLENDOBJ *pBlendObj
);

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.

prclSrc

Defines the RECTL parameter prclSrc.

pBlendObj

Defines the BLENDOBJ parameter pBlendObj.

Return value

Returns a BOOL value.

Requirements

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