OEMFontManagement function (printoem.h)

The OEMFontManagement function is an optional entry point provided for PostScript devices.

Syntax

ULONG OEMFontManagement(
        SURFOBJ *pso,
        FONTOBJ *pfo,
        ULONG   iMode,
        ULONG   cjIn,
  [in]  PVOID   pvIn,
        ULONG   cjOut,
  [out] PVOID   pvOut
);

Parameters

pso

Defines the SURFOBJ parameter pso.

pfo

Defines the FONTOBJ parameter pfo.

iMode

Defines the ULONG parameter iMode.

cjIn

Defines the ULONG parameter cjIn.

[in] pvIn

Defines the PVOID parameter pvIn.

cjOut

Defines the ULONG parameter cjOut.

[out] pvOut

Defines the PVOID parameter pvOut.

Return value

Returns a ULONG value.

Requirements

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