// printoem.h
VOID OEMOutputCharStr(
PDEVOBJ pdevobj,
PUNIFONTOBJ pUFObj,
DWORD dwType,
DWORD dwCount,
[in] PVOID pGlyph
);
View the official Windows Driver Kit DDI referenceNo description available.
This function is obsolete for Windows XP and later. It is supported only for earlier Unidrv plug-ins.
Use IPrintOemUni::OutputCharStr instead.
pdevobjDefines the PDEVOBJ parameter pdevobj.
pUFObjDefines the PUNIFONTOBJ parameter pUFObj.
dwTypeDefines the DWORD parameter dwType.
dwCountDefines the DWORD parameter dwCount.
pGlyph [in]Defines the PVOID parameter pGlyph.