Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
4/8/2010

The SHUIMETRICenumeration is used by the SHGetUIMetricsfunction to allow you to specify the unit of measure for the system font size.

Syntax

enum {
  SHUIM_INVALID			= 0,
  SHUIM_FONTSIZE_POINT,
  SHUIM_FONTSIZE_PIXEL,
  SHUIM_FONTSIZE_PERCENTAGE,
} SHUIMETRIC;

Enumerators

SHUIM_INVALID

Reserved.

SHUIM_FONTSIZE_POINT

The system font size expressed in hundredths of a point. (A point is equal to 1/72 of an inch.)

SHUIM_FONTSIZE_PIXEL

The system font size expressed in pixels.

SHUIM_FONTSIZE_PERCENTAGE

The system font size expressed as a percentage of the standard size font.

Requirements

Header aygshell.h
Windows Embedded CE Windows CE .NET 4.2 and later
Windows Mobile Pocket PC for Windows Mobile 2003 Second Edition and later, Smartphone for Windows Mobile 2003 Second Edition and later

See Also