// 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 referenceNo description available.
The OEMFontManagement function is an optional entry point provided for PostScript devices.
psoDefines the SURFOBJ parameter pso.
pfoDefines the FONTOBJ parameter pfo.
iModeDefines the ULONG parameter iMode.
cjInDefines the ULONG parameter cjIn.
pvIn [in]Defines the PVOID parameter pvIn.
cjOutDefines the ULONG parameter cjOut.
pvOut [out]Defines the PVOID parameter pvOut.
Returns a ULONG value.