OEMStrokeAndFillPath - NtDoc

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

BOOL OEMStrokeAndFillPath(
  SURFOBJ   *pso,
  PATHOBJ   *ppo,
  CLIPOBJ   *pco,
  XFORMOBJ  *pxo,
  BRUSHOBJ  *pboStroke,
  LINEATTRS *plineattrs,
  BRUSHOBJ  *pboFill,
  POINTL    *pptlBrushOrg,
  MIX       mixFill,
  FLONG     flOptions
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

The OEMStrokeAndFillPath function concurrently strokes and fills a path.

Parameters

pso

Defines the SURFOBJ parameter pso.

ppo

Defines the PATHOBJ parameter ppo.

pco

Defines the CLIPOBJ parameter pco.

pxo

Defines the XFORMOBJ parameter pxo.

pboStroke

Defines the BRUSHOBJ parameter pboStroke.

plineattrs

Defines the LINEATTRS parameter plineattrs.

pboFill

Defines the BRUSHOBJ parameter pboFill.

pptlBrushOrg

Defines the POINTL parameter pptlBrushOrg.

mixFill

Defines the MIX parameter mixFill.

flOptions

Defines the FLONG parameter flOptions.

Return value

Returns a BOOL value.