[Bug 5231] New: Cannot query menus out of process

Wine Bugs wine-bugs at winehq.org
Fri May 12 16:14:19 CDT 2006


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

           Summary: Cannot query menus out of process
           Product: Wine
           Version: CVS
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: wine-user
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: tkho at ucla.edu
                CC: dank at kegel.com


GetMenuItemCount() fails to return the proper menu count when you pass a HMENU 
for a menu that's associated with a window in a different process. Attached is 
a minimal test case where behavior when querying a menu in-process and out-of-
process can be compared.

Run as:
menu_iteration_test.exe <-- out of process
menu_iteration_test.exe inprocess <-- in process

On Windows, both result in printing the menu items. In Wine, the first one 
gives a menu item count of -1.

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