Re: [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 UNICOD

2010-05-22 Thread Aleksey Bragin
Shouldn't the LARGE_UNICODE_STRING be used there instead? WBR, Aleksey. On May 22, 2010, at 5:05 AM, tkreu...@svn.reactos.org wrote: Author: tkreuzer Date: Sat May 22 03:05:31 2010 New Revision: 47295 URL: http://svn.reactos.org/svn/reactos?rev=47295&view=rev Log: [WIN32K / USER32] Convert th

Re: [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 UNICOD

2010-05-22 Thread Timo Kreuzer
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 _

Re: [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 UNICOD

2010-05-23 Thread James Tabor
Hi! That is for bAnsi:1 to set if ansi. Good job over all! James On Sat, May 22, 2010 at 7:07 AM, Timo Kreuzer wrote: > 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

Re: [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 UNICOD

2010-05-23 Thread Michael Martin
James, We hope you have a full and quick recovery. Looking forward to having you back in the battle. > Date: Sun, 23 May 2010 02:41:14 -0500 > From: jimtabor.ros...@gmail.com > To: ros-dev@reactos.org > Subject: Re: [ros-dev] [ros-diffs] [tkreuzer] 47295: [WIN32K / USER32] > Convert the w