// 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 referenceNo description available.
The OEMGradientFill function shades the specified primitives.
psoDestDefines the SURFOBJ parameter psoDest.
pcoDefines the CLIPOBJ parameter pco.
pxloDefines the XLATEOBJ parameter pxlo.
pVertexDefines the TRIVERTEX parameter pVertex.
nVertexDefines the ULONG parameter nVertex.
pMeshDefines the PVOID parameter pMesh.
nMeshDefines the ULONG parameter nMesh.
prclExtentsDefines the RECTL parameter prclExtents.
pptlDitherOrgDefines the POINTL parameter pptlDitherOrg.
ulModeDefines the ULONG parameter ulMode.
Returns a BOOL value.