// printoem.h
BOOL OEMPlgBlt(
SURFOBJ *psoDst,
SURFOBJ *psoSrc,
SURFOBJ *psoMask,
CLIPOBJ *pco,
XLATEOBJ *pxlo,
COLORADJUSTMENT *pca,
POINTL *pptlBrushOrg,
POINTFIX *pptfixDest,
RECTL *prclSrc,
POINTL *pptlMask,
ULONG iMode
);
View the official Windows Driver Kit DDI referenceNo description available.
The OEMPlgBlt function provides rotate bit-block transfer capabilities between combinations of device-managed and GDI-managed surfaces.
psoDstDefines the SURFOBJ parameter psoDst.
psoSrcDefines the SURFOBJ parameter psoSrc.
psoMaskDefines the SURFOBJ parameter psoMask.
pcoDefines the CLIPOBJ parameter pco.
pxloDefines the XLATEOBJ parameter pxlo.
pcaDefines the COLORADJUSTMENT parameter pca.
pptlBrushOrgDefines the POINTL parameter pptlBrushOrg.
pptfixDestDefines the POINTFIX parameter pptfixDest.
prclSrcDefines the RECTL parameter prclSrc.
pptlMaskDefines the POINTL parameter pptlMask.
iModeDefines the ULONG parameter iMode.
Returns a BOOL value.