Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.07 KB

unicode-support.md

File metadata and controls

25 lines (16 loc) · 1.07 KB
title description ms.assetid ms.topic ms.date
Unicode Support for Common Controls
This topic describes how to support Unicode for common control notifications.
5020F638-261D-4D32-ACC4-F9572EDBE875
article
05/31/2018

Unicode Support for Common Controls

This topic describes how to support Unicode for common control notifications.

For versions 5.80 and later of comctl32.dll, common controls notifications support both ANSI and Unicode formats on Windows 95 systems or later. The system determines which format to use by sending your window a WM_NOTIFYFORMAT message. To specify a format, return NFR_ANSI for ANSI notifications or NFR_UNICODE for Unicode notifications. If you do not handle this message, the system calls IsWindowUnicode to determine the format. Since Windows 95 and Windows 98 always return FALSE to this function call, they use ANSI notifications by default.

Related topics

About Common Controls