// printoem.h
BOOL OEMTransparentBlt(
SURFOBJ *psoDst,
SURFOBJ *psoSrc,
CLIPOBJ *pco,
XLATEOBJ *pxlo,
RECTL *prclDst,
RECTL *prclSrc,
ULONG iTransColor,
ULONG ulReserved
);
View the official Windows Driver Kit DDI referenceNo description available.
The OEMTransparentBlt function provides bit-block transfer capabilities with transparency.
psoDstDefines the SURFOBJ parameter psoDst.
psoSrcDefines the SURFOBJ parameter psoSrc.
pcoDefines the CLIPOBJ parameter pco.
pxloDefines the XLATEOBJ parameter pxlo.
prclDstDefines the RECTL parameter prclDst.
prclSrcDefines the RECTL parameter prclSrc.
iTransColorDefines the ULONG parameter iTransColor.
ulReservedDefines the ULONG parameter ulReserved.
Returns a BOOL value.