OEMFillPath function (printoem.h)

The OEMFillPath function handles the filling of closed paths.

Syntax

BOOL OEMFillPath(
  SURFOBJ  *pso,
  PATHOBJ  *ppo,
  CLIPOBJ  *pco,
  BRUSHOBJ *pbo,
  POINTL   *pptlBrushOrg,
  MIX      mix,
  FLONG    flOptions
);

Parameters

pso

Defines the SURFOBJ parameter pso.

ppo

Defines the PATHOBJ parameter ppo.

pco

Defines the CLIPOBJ parameter pco.

pbo

Defines the BRUSHOBJ parameter pbo.

pptlBrushOrg

Defines the POINTL parameter pptlBrushOrg.

mix

Defines the MIX parameter mix.

flOptions

Defines the FLONG parameter flOptions.

Return value

Returns a BOOL value.

Requirements

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