OEMFontManagement - NtDoc

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

ULONG OEMFontManagement(
        SURFOBJ *pso,
        FONTOBJ *pfo,
        ULONG   iMode,
        ULONG   cjIn,
  [in]  PVOID   pvIn,
        ULONG   cjOut,
  [out] PVOID   pvOut
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

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

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.

pvIn [in]

Defines the PVOID parameter pvIn.

cjOut

Defines the ULONG parameter cjOut.

pvOut [out]

Defines the PVOID parameter pvOut.

Return value

Returns a ULONG value.