OEMBitBlt function (printoem.h)
The OEMBitBlt** function provides general bit-block transfer capabilities between device-managed surfaces, between GDI-managed standard-format bitmaps, or between a device-managed surface and a GDI-managed standard-format bitmap.
Syntax
BOOL OEMBitBlt(
SURFOBJ *psoTrg,
SURFOBJ *psoSrc,
SURFOBJ *psoMask,
CLIPOBJ *pco,
XLATEOBJ *pxlo,
RECTL *prclTrg,
POINTL *pptlSrc,
POINTL *pptlMask,
BRUSHOBJ *pbo,
POINTL *pptlBrush,
ROP4 rop4
);
Parameters
psoTrg
Defines the SURFOBJ parameter psoTrg.
psoSrc
Defines the SURFOBJ parameter psoSrc.
psoMask
Defines the SURFOBJ parameter psoMask.
pco
Defines the CLIPOBJ parameter pco.
pxlo
Defines the XLATEOBJ parameter pxlo.
prclTrg
Defines the RECTL parameter prclTrg.
pptlSrc
Defines the POINTL parameter pptlSrc.
pptlMask
Defines the POINTL parameter pptlMask.
pbo
Defines the BRUSHOBJ parameter pbo.
pptlBrush
Defines the POINTL parameter pptlBrush.
rop4
Defines the ROP4 parameter rop4.
Return value
Returns a BOOL value.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | printoem.h (include Printoem.h) |