OEMQueryFontData - NtDoc

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

LONG OEMQueryFontData(
        DHPDEV    dhpdev,
        FONTOBJ   *pfo,
        ULONG     iMode,
        HGLYPH    hg,
        GLYPHDATA *pgd,
  [out] PVOID     pv,
        ULONG     cjSize
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

The OEMQueryFontData function retrieves information about a realized font.

Parameters

dhpdev

Defines the DHPDEV parameter dhpdev.

pfo

Defines the FONTOBJ parameter pfo.

iMode

Defines the ULONG parameter iMode.

hg

Defines the HGLYPH parameter hg.

pgd

Defines the GLYPHDATA parameter pgd.

pv [out]

Defines the PVOID parameter pv.

cjSize

Defines the ULONG parameter cjSize.

Return value

Returns a LONG value.