OEMGradientFill - NtDoc

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

BOOL OEMGradientFill(
  SURFOBJ   *psoDest,
  CLIPOBJ   *pco,
  XLATEOBJ  *pxlo,
  TRIVERTEX *pVertex,
  ULONG     nVertex,
  PVOID     pMesh,
  ULONG     nMesh,
  RECTL     *prclExtents,
  POINTL    *pptlDitherOrg,
  ULONG     ulMode
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

The OEMGradientFill function shades the specified primitives.

Parameters

psoDest

Defines the SURFOBJ parameter psoDest.

pco

Defines the CLIPOBJ parameter pco.

pxlo

Defines the XLATEOBJ parameter pxlo.

pVertex

Defines the TRIVERTEX parameter pVertex.

nVertex

Defines the ULONG parameter nVertex.

pMesh

Defines the PVOID parameter pMesh.

nMesh

Defines the ULONG parameter nMesh.

prclExtents

Defines the RECTL parameter prclExtents.

pptlDitherOrg

Defines the POINTL parameter pptlDitherOrg.

ulMode

Defines the ULONG parameter ulMode.

Return value

Returns a BOOL value.