// 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 referenceNo description available.
The OEMQueryFontData function retrieves information about a realized font.
dhpdevDefines the DHPDEV parameter dhpdev.
pfoDefines the FONTOBJ parameter pfo.
iModeDefines the ULONG parameter iMode.
hgDefines the HGLYPH parameter hg.
pgdDefines the GLYPHDATA parameter pgd.
pv [out]Defines the PVOID parameter pv.
cjSizeDefines the ULONG parameter cjSize.
Returns a LONG value.