OEMFillPath - NtDoc

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

BOOL OEMFillPath(
  SURFOBJ  *pso,
  PATHOBJ  *ppo,
  CLIPOBJ  *pco,
  BRUSHOBJ *pbo,
  POINTL   *pptlBrushOrg,
  MIX      mix,
  FLONG    flOptions
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

The OEMFillPath function handles the filling of closed paths.

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.