Re: Getting class names with the API?
- From: Gerry Hickman <gerry666uk@xxxxxxxxxxxxxxxx>
- Date: Tue, 29 Aug 2006 22:50:14 +0100
Vincent Fatica wrote:
For Each objclass in objWMIService.SubclassesOf()
Wscript.Echo objClass.Path_.Class
Next
Thanks, gents, but my question is: Does the Win32 API offer a way to
enumerate the subclasses of an IWbemServices object? I want to do it
in an EXE.
But you CAN do it in an exe with C++, my example is just to make it easy to understand. If you don't know how to convert the above into C++ you are probably not ready for that kind of programming. If you DO know how to convert it, what's the problem? Do you want me to write the whole app for you?
--
Gerry Hickman (London UK)
.
- Follow-Ups:
- Re: Getting class names with the API?
- From: Vincent Fatica
- Re: Getting class names with the API?
- References:
- Getting class names with the API?
- From: Vincent Fatica
- Re: Getting class names with the API?
- From: Manbinder Pal Singh [MSFT]
- Re: Getting class names with the API?
- From: Gerry Hickman
- Re: Getting class names with the API?
- From: Vincent Fatica
- Getting class names with the API?
- Prev by Date: Re: Setting registry data
- Next by Date: Re: WMI + Pascal (or Delphi)
- Previous by thread: Re: Getting class names with the API?
- Next by thread: Re: Getting class names with the API?
- Index(es):
Relevant Pages
|