OEMTextOut - NtDoc

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

BOOL OEMTextOut(
  SURFOBJ  *pso,
  STROBJ   *pstro,
  FONTOBJ  *pfo,
  CLIPOBJ  *pco,
  RECTL    *prclExtra,
  RECTL    *prclOpaque,
  BRUSHOBJ *pboFore,
  BRUSHOBJ *pboOpaque,
  POINTL   *pptlOrg,
  MIX      mix
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

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

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.