"Dmitry Timoshkov" <[EMAIL PROTECTED]> writes:

> 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 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.

-- 
Alexandre Julliard
[EMAIL PROTECTED]

Reply via email to