"Alexandre Julliard" <[EMAIL PROTECTED]> wrote:
> > GlobalAlloc/GlobalReAlloc: Make allocations with granularity 32
bytes.
> > Clear error on success in GlobalLock as Windows does.
>
> What version does this? NT 4 definitely doesn't set last error on
> success (and it doesn't seem to round up the size either).
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.
I explicitly check last error after EM_GETHANDLE and LocalLock on it.
Both NT4 and Win2000 return 0 for GetLastError.
Dmitry.