OEMDownloadCharGlyph - NtDoc

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

DWORD OEMDownloadCharGlyph(
        PDEVOBJ     pdevobj,
        PUNIFONTOBJ pUFObj,
        HGLYPH      hGlyph,
  [out] PDWORD      pdwWidth
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

Describes the OEMDownloadCharGlyph function.

Parameters

pdevobj

Defines the PDEVOBJ parameter pdevobj.

pUFObj

Defines the PUNIFONTOBJ parameter pUFObj.

hGlyph

Defines the HGLYPH parameter hGlyph.

pdwWidth [out]

Defines the PDWORD parameter pdwWidth.

Return value

Returns a DWORD value.