https://bugs.winehq.org/show_bug.cgi?id=53502
Bug ID: 53502 Summary: VbsEdit does not display WMI classes due to Wine's missing implementation of CreateClassEnum Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wmi&wbemprox Assignee: wine-bugs@winehq.org Reporter: dimaki@rocketmail.com Distribution: ---
Clicking on WMI Classes in Object Browser of 32bit VbsEdit application running on Wine does not display the WMI class list which does happen on Windows. The command line displays the folllowing fixme at the time of the click: "01a0:fixme:wbemprox:wbem_services_CreateClassEnum"
Modifying the fixme to display more information about the passed in values into the CreateClassEnum function indicates that the values below are passed in by the VbsEdit application. Superclass: L"" Flags: 0x20020 Context: 00000000
I believe that Flags hex value of 0x20020 indicates that the following 2 flags are passed in. WBEM_FLAG_USE_AMENDED_QUALIFIERS WBEM_FLAG_FORWARD_ONLY