[Bug 5231] Cannot query menus out of process

Wine Bugs wine-bugs at winehq.org
Sun May 14 11:35:32 CDT 2006


http://bugs.winehq.org/show_bug.cgi?id=5231





------- Additional Comments From dank at kegel.com  2006-14-05 11:35 -------
FWIW, here's an article that describes how menu handles were, um, handled under
NT 3.1:
http://msdn.microsoft.com/library/en-us/dngenlib/html/msdn_handles1.asp
It looks like they have two 16 bit parts,; the upper 16 bits are a 'uniqueness key',
and the lower 16 bits are an index into a table in the win32 server.
There was a 64K systemwide limit on the number of USER handles.  
No idea what NT 4.0 and later do, but the NT 3.1 approach might do for us.


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list