// printoem.h
BOOL OEMAlphaBlend(
SURFOBJ *psoDest,
SURFOBJ *psoSrc,
CLIPOBJ *pco,
XLATEOBJ *pxlo,
RECTL *prclDest,
RECTL *prclSrc,
BLENDOBJ *pBlendObj
);
View the official Windows Driver Kit DDI referenceNo description available.
Describes the OEMAlphaBlend function.
psoDestDefines the SURFOBJ parameter psoDest.
psoSrcDefines the SURFOBJ parameter psoSrc.
pcoDefines the CLIPOBJ parameter pco.
pxloDefines the XLATEOBJ parameter pxlo.
prclDestDefines the RECTL parameter prclDest.
prclSrcDefines the RECTL parameter prclSrc.
pBlendObjDefines the BLENDOBJ parameter pBlendObj.
Returns a BOOL value.