SH_UIMETRIC_CHANGE

Send Feedback

The SH_UIMETRIC_CHANGE notification is sent to applications when the user changes the text size from the Screen control panel application.

Note   In Windows Mobile 2003 software and earlier, the user cannot change the system font size on Smartphone.

SH_UIMETRIC_CHANGE
  res = (WPARAM) wParam;
  shuim = (SHUIMETRIC) lParam;

Parameters

  • res
    This parameter is reserved for future use; the value of this parameter must be set to 0.
  • shuim
    The SHUIMETRIC value SHUIM_FONTSIZE_POINT.

Return Values

None.

Remarks

You can retrieve the new font size by calling SHGetUIMetrics. Note that you must use RegisterWindowMessage function when more than one application must process the same message.

Requirements

Pocket PC: Windows Mobile 2003 Second Edition and later.
Smartphone: Windows Mobile 2003 Second Edition and later.
OS Versions: Windows CE .NET 4.2 and later.
Header: Aygshell.h

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.