// printoem.h
BOOL OEMCopyBits(
SURFOBJ *psoDest,
SURFOBJ *psoSrc,
CLIPOBJ *pco,
XLATEOBJ *pxlo,
RECTL *prclDest,
POINTL *pptlSrc
);
View the official Windows Driver Kit DDI referenceNo description available.
The OEMCopyBits function performs translations between device-managed raster surfaces and GDI standard-format bitmaps.
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.
pptlSrcDefines the POINTL parameter pptlSrc.
Returns a BOOL value.