http://bugs.winehq.org/show_bug.cgi?id=5231
------- Additional Comments From dank@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.