OEMCopyBits function (printoem.h)
The OEMCopyBits function performs translations between device-managed raster surfaces and GDI standard-format bitmaps.
Syntax
BOOL OEMCopyBits(
SURFOBJ *psoDest,
SURFOBJ *psoSrc,
CLIPOBJ *pco,
XLATEOBJ *pxlo,
RECTL *prclDest,
POINTL *pptlSrc
);
Parameters
psoDest
Defines the SURFOBJ parameter psoDest.
psoSrc
Defines the SURFOBJ parameter psoSrc.
pco
Defines the CLIPOBJ parameter pco.
pxlo
Defines the XLATEOBJ parameter pxlo.
prclDest
Defines the RECTL parameter prclDest.
pptlSrc
Defines the POINTL parameter pptlSrc.
Return value
Returns a BOOL value.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | printoem.h (include Printoem.h) |