// printoem.h
BOOL OEMQueryAdvanceWidths(
DHPDEV dhpdev,
FONTOBJ *pfo,
ULONG iMode,
[in] HGLYPH *phg,
[out] PVOID pvWidths,
ULONG cGlyphs
);
View the official Windows Driver Kit DDI referenceNo description available.
The OEMQueryAdvanceWidths function returns character advance widths for a specified set of glyphs.
dhpdevDefines the DHPDEV parameter dhpdev.
pfoDefines the FONTOBJ parameter pfo.
iModeDefines the ULONG parameter iMode.
phg [in]Defines the HGLYPH parameter phg.
pvWidths [out]Defines the PVOID parameter pvWidths.
cGlyphsDefines the ULONG parameter cGlyphs.
Returns a BOOL value.