PFN_DrvUnidriverTextOut - NtDoc

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

PFN_DrvUnidriverTextOut PfnDrvunidrivertextout;

BOOL PfnDrvunidrivertextout(
  SURFOBJ *pso,
  STROBJ *pstro,
  FONTOBJ *pfo,
  CLIPOBJ *pco,
  RECTL *prclExtra,
  RECTL *prclOpaque,
  BRUSHOBJ *pboFore,
  BRUSHOBJ *pboOpaque,
  POINTL *pptlBrushOrg,
  MIX mix
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-printoem-pfn_drvunidrivertextout)

Description

The DrvUnidriverTextOut function is obsolete.

Windows 2000 and later printer drivers should use IPrintOemDriverUni::DrvUniTextOut.

This function pointer prototype defines the type of the DrvUnidriverTextOut member of the DRVPROCS structure.

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.

pptlBrushOrg

Defines the POINTL parameter pptlBrushOrg.

mix

Defines the MIX parameter mix.

Return value

Returns a BOOL value.