OEMTextOutAsBitmap - NtDoc

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

BOOL OEMTextOutAsBitmap(
  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-oemtextoutasbitmap)

Description

Describes the OEMTextOutAsBitmap function.

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.