OEMStrokeAndFillPath function (printoem.h)

The OEMStrokeAndFillPath function concurrently strokes and fills a path.

Syntax

BOOL OEMStrokeAndFillPath(
  SURFOBJ   *pso,
  PATHOBJ   *ppo,
  CLIPOBJ   *pco,
  XFORMOBJ  *pxo,
  BRUSHOBJ  *pboStroke,
  LINEATTRS *plineattrs,
  BRUSHOBJ  *pboFill,
  POINTL    *pptlBrushOrg,
  MIX       mixFill,
  FLONG     flOptions
);

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.

Requirements

Requirement Value
Target Platform Windows
Header printoem.h (include Printoem.h)