OEMQueryAdvanceWidths - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

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

Description

The OEMQueryAdvanceWidths function returns character advance widths for a specified set of glyphs.

Parameters

dhpdev

Defines the DHPDEV parameter dhpdev.

pfo

Defines the FONTOBJ parameter pfo.

iMode

Defines the ULONG parameter iMode.

phg [in]

Defines the HGLYPH parameter phg.

pvWidths [out]

Defines the PVOID parameter pvWidths.

cGlyphs

Defines the ULONG parameter cGlyphs.

Return value

Returns a BOOL value.