OEMOutputCharStr function (printoem.h)

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

Use IPrintOemUni::OutputCharStr instead.

Syntax

void OEMOutputCharStr(
       PDEVOBJ     pdevobj,
       PUNIFONTOBJ pUFObj,
       DWORD       dwType,
       DWORD       dwCount,
  [in] PVOID       pGlyph
);

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.

[in] pGlyph

Defines the PVOID parameter pGlyph.

Return value

None

Requirements

Requirement Value
Target Platform Windows
Header printoem.h (include Printoem.h)