OEMLineTo - NtDoc

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

BOOL OEMLineTo(
  SURFOBJ  *pso,
  CLIPOBJ  *pco,
  BRUSHOBJ *pbo,
  LONG     x1,
  LONG     y1,
  LONG     x2,
  LONG     y2,
  RECTL    *prclBounds,
  MIX      mix
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

The OEMLineTo function draws a single, solid, integer-only cosmetic line.

Parameters

pso

Defines the SURFOBJ parameter pso.

pco

Defines the CLIPOBJ parameter pco.

pbo

Defines the BRUSHOBJ parameter pbo.

x1

Defines the LONG parameter x1.

y1

Defines the LONG parameter y1.

x2

Defines the LONG parameter x2.

y2

Defines the LONG parameter y2.

prclBounds

Defines the RECTL parameter prclBounds.

mix

Defines the MIX parameter mix.

Return value

Returns a BOOL value.