PFN_DrvUnidriverTextOut callback function (printoem.h)
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.
Syntax
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
)
{...}
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.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | printoem.h (include Printoem.h) |