[Bug 53502] New: VbsEdit does not display WMI classes due to Wine's missing implementation of CreateClassEnum

WineHQ Bugzilla wine-bugs at winehq.org
Fri Aug 5 14:06:30 CDT 2022


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 at winehq.org
          Reporter: dimaki at 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

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list