[ros-dev] [ros-diffs] [tkreuzer] 47295: [WIN32K / USER32] Convert the window text string from UNICODE_STRING to LARGE_STRING and fix NtUserCreateWindowEx parameters. We currently still pass UNICODE only LARGE_STRINGs, as the rest of the code in win32k expects this. Fixes display of large text windows, like the winzip license. See issue #2900 for more details.

Timo Kreuzer timo.kreuzer at web.de
Sat May 22 14:07:28 CEST 2010


Aleksey Bragin wrote:
> Shouldn't the LARGE_UNICODE_STRING be used there instead?
>
On Windows the window name is ANSI for an ANSI caller and UNICODE for a
UNICODE caller.
The class name is always in UNICODE though.

See also http://www.reactos.org/wiki/Techwiki:Win32k/LARGE_UNICODE_STRING





More information about the Ros-dev mailing list