OEMTextOut function (printoem.h)

The OEMTextOut function calls for the driver to render a set of glyphs at specified positions.

Syntax

BOOL OEMTextOut(
  SURFOBJ  *pso,
  STROBJ   *pstro,
  FONTOBJ  *pfo,
  CLIPOBJ  *pco,
  RECTL    *prclExtra,
  RECTL    *prclOpaque,
  BRUSHOBJ *pboFore,
  BRUSHOBJ *pboOpaque,
  POINTL   *pptlOrg,
  MIX      mix
);

Parameters

pso

Defines the SURFOBJ parameter pso.

pstro

Defines the STROBJ parameter pstro.

pfo

Defines the FONTOBJ parameter pfo.

pco

Defines the CLIPOBJ parameter pco.

prclExtra

Defines the RECTL parameter prclExtra.

prclOpaque

Defines the RECTL parameter prclOpaque.

pboFore

Defines the BRUSHOBJ parameter pboFore.

pboOpaque

Defines the BRUSHOBJ parameter pboOpaque.

pptlOrg

Defines the POINTL parameter pptlOrg.

mix

Defines the MIX parameter mix.

Return value

Returns a BOOL value.

Requirements

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