Automatic Message Translation

Applications using the Unicode and character set API functions generally use the same window class. The operating system transparently translates messages between windows of different classes.

A window function is implemented to receive messages in Unicode or Windows code page format. The window function can send messages or call functions of either type.

The following messages have text arguments and are subject to automatic text translation. For information about automatic translation, see Subclassing and Automatic Message Translation.

CB_ADDSTRING
CB_DIR
CB_FINDSTRING
CB_GETLBTEXT
CB_INSERTSTRING
CB_SELECTSTRING
EM_GETLINE
EM_REPLACESEL
EM_SETPASSWORDCHAR
LB_ADDFILE
LB_ADDSTRING
LB_DIR
LB_FINDSTRING
LB_GETTEXT
LB_INSERTSTRING
LB_SELECTSTRING
WM_ASKCBFORMATNAME
WM_CHAR
WM_CHARTOITEM
WM_CREATE
WM_DEADCHAR
WM_DEVMODECHANGE
WM_GETTEXT
WM_MDICREATE
WM_MENUCHAR
WM_NCCREATE
WM_SETTEXT
WM_SYSCHAR
WM_SYSDEADCHAR
WM_WININICHANGE

Unicode in the Windows API