OEMTransparentBlt function (printoem.h)
The OEMTransparentBlt function provides bit-block transfer capabilities with transparency.
Syntax
BOOL OEMTransparentBlt(
SURFOBJ *psoDst,
SURFOBJ *psoSrc,
CLIPOBJ *pco,
XLATEOBJ *pxlo,
RECTL *prclDst,
RECTL *prclSrc,
ULONG iTransColor,
ULONG ulReserved
);
Parameters
psoDst
Defines the SURFOBJ parameter psoDst.
psoSrc
Defines the SURFOBJ parameter psoSrc.
pco
Defines the CLIPOBJ parameter pco.
pxlo
Defines the XLATEOBJ parameter pxlo.
prclDst
Defines the RECTL parameter prclDst.
prclSrc
Defines the RECTL parameter prclSrc.
iTransColor
Defines the ULONG parameter iTransColor.
ulReserved
Defines the ULONG parameter ulReserved.
Return value
Returns a BOOL value.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | printoem.h (include Printoem.h) |