IsWindowUnicode() is always true after RegisterClassW

Alexandre Julliard julliard at winehq.org
Mon Oct 12 16:14:10 CDT 2009


Nikolay Sivov <bunglehead at gmail.com> writes:

> The question is how could I handle CB_GETLBTEXT properly for ComboEx?
> For Combobox it's obvious cause
> we know is it unicode or not, for Comboex caller should rely on
> IsWindowUnicode() for this control for buffer format or what?
>
> Any thoughts how to deal with this or am I missing something?

Standard messages like CB_GETLBTEXT should be translated automatically,
you should be able to always handle them as Unicode.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list