"Alexandre Julliard" <[EMAIL PROTECTED]> wrote:
> > I got this results running my test app that creates unicode and ansi edit
> > controls
> > and dumps their contents. Memory blocks are always 32-byte aligned.
>
> Couldn't this be because the edit control does the rounding?
I made another test and it confirmed that you are right. I'll send an update
for the edit control.
> > I explicitly check last error after EM_GETHANDLE and LocalLock on it.
> > Both NT4 and Win2000 return 0 for GetLastError.
>
> This could be because it was already 0 before the call, or because
> some other function cleared it. LocalLock definitely does not set last
> error on my machine.
You are right again. Test confirms that too. Probably I spent too many time
with edit and forgot about simple things around...
Dmitry.