http://bugs.winehq.org/show_bug.cgi?id=19368
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |NEW
--- Comment #7 from Dmitry Timoshkov dmitry@codeweavers.com 2009-08-05 23:08:35 --- (In reply to comment #6)
I seem " Windows has Accelarator Table in Shared Memory " But Wine has Accelarator Table in HeepArea. ( dlls/user32/resource.c CreateAcceleratorTableA() use GlobalAlloc16 function .)
In Windows an accelerator is a user32 kernel object, like windows and menus, and an accelerator created in one process is visible to another one. Wine implements this only for window handles.