OEMCopyBits, fonction (printoem.h)
La fonction OEMCopyBits effectue des traductions entre des surfaces raster gérées par l’appareil et des bitmaps de format standard GDI.
Syntaxe
BOOL OEMCopyBits(
SURFOBJ *psoDest,
SURFOBJ *psoSrc,
CLIPOBJ *pco,
XLATEOBJ *pxlo,
RECTL *prclDest,
POINTL *pptlSrc
);
Paramètres
psoDest
Définit le paramètre SURFOBJpsoDest.
psoSrc
Définit le paramètre SURFOBJpsoSrc.
pco
Définit le paramètre CLIPOBJpco.
pxlo
Définit le paramètre XLATEOBJpxlo.
prclDest
Définit le paramètre RECTLprclDest.
pptlSrc
Définit le paramètre POINTLpptlSrc.
Valeur de retour
Retourne une valeur BOOL.
Exigences
Exigence | Valeur |
---|---|
plateforme cible | Windows |
d’en-tête | printoem.h (include Printoem.h) |