OEMPaint - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// printoem.h

BOOL OEMPaint(
  SURFOBJ  *pso,
  CLIPOBJ  *pco,
  BRUSHOBJ *pbo,
  POINTL   *pptlBrushOrg,
  MIX      mix
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-printoem-oempaint)

Description

The OEMPaint function is obsolete, and is no longer called by GDI in Windows 2000 and later. See DrvPaint.

Parameters

pso

Defines the SURFOBJ parameter pso.

pco

Defines the CLIPOBJ parameter pco.

pbo

Defines the BRUSHOBJ parameter pbo.

pptlBrushOrg

Defines the POINTL parameter pptlBrushOrg.

mix

Defines the MIX parameter mix.

Return value

Returns a BOOL value.

Remarks

If you call into the core driver, cast the call using the PFN_DrvPaint function pointer.