OEMStrokePath - NtDoc

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

BOOL OEMStrokePath(
  SURFOBJ   *pso,
  PATHOBJ   *ppo,
  CLIPOBJ   *pco,
  XFORMOBJ  *pxo,
  BRUSHOBJ  *pbo,
  POINTL    *pptlBrushOrg,
  LINEATTRS *plineattrs,
  MIX       mix
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

The OEMStrokePath function strokes 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.

pbo

Defines the BRUSHOBJ parameter pbo.

pptlBrushOrg

Defines the POINTL parameter pptlBrushOrg.

plineattrs

Defines the LINEATTRS parameter plineattrs.

mix

Defines the MIX parameter mix.

Return value

Returns a BOOL value.