OEMOutputCharStr - NtDoc

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

VOID OEMOutputCharStr(
       PDEVOBJ     pdevobj,
       PUNIFONTOBJ pUFObj,
       DWORD       dwType,
       DWORD       dwCount,
  [in] PVOID       pGlyph
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

This function is obsolete for Windows XP and later. It is supported only for earlier Unidrv plug-ins.

Use IPrintOemUni::OutputCharStr instead.

Parameters

pdevobj

Defines the PDEVOBJ parameter pdevobj.

pUFObj

Defines the PUNIFONTOBJ parameter pUFObj.

dwType

Defines the DWORD parameter dwType.

dwCount

Defines the DWORD parameter dwCount.

pGlyph [in]

Defines the PVOID parameter pGlyph.