// printoem.h
BOOL OEMPaint(
SURFOBJ *pso,
CLIPOBJ *pco,
BRUSHOBJ *pbo,
POINTL *pptlBrushOrg,
MIX mix
);
View the official Windows Driver Kit DDI referenceNo description available.
The OEMPaint function is obsolete, and is no longer called by GDI in Windows 2000 and later. See DrvPaint.
psoDefines the SURFOBJ parameter pso.
pcoDefines the CLIPOBJ parameter pco.
pboDefines the BRUSHOBJ parameter pbo.
pptlBrushOrgDefines the POINTL parameter pptlBrushOrg.
mixDefines the MIX parameter mix.
Returns a BOOL value.
If you call into the core driver, cast the call using the PFN_DrvPaint function pointer.