Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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) |