Fonction OEMTransparentBlt (printoem.h)
La fonction OEMTransparentBlt fournit des fonctionnalités de transfert de blocs de bits avec transparence.
Syntaxe
BOOL OEMTransparentBlt(
SURFOBJ *psoDst,
SURFOBJ *psoSrc,
CLIPOBJ *pco,
XLATEOBJ *pxlo,
RECTL *prclDst,
RECTL *prclSrc,
ULONG iTransColor,
ULONG ulReserved
);
Paramètres
psoDst
Définit le paramètre SURFOBJpsoDst.
psoSrc
Définit le paramètre SURFOBJpsoSrc.
pco
Définit le paramètre CLIPOBJpco.
pxlo
Définit le paramètre XLATEOBJpxlo.
prclDst
Définit le paramètre RECTLprclDst.
prclSrc
Définit le paramètre RECTLprclSrc.
iTransColor
Définit le paramètre ULONGiTransColor.
ulReserved
Définit le paramètre ULONGulReserved.
Valeur retournée
Retourne une valeur BOOL .
Configuration requise
Condition requise | Valeur |
---|---|
Plateforme cible | Windows |
En-tête | printoem.h (inclure Printoem.h) |