newbie question: Is WMI code must be written in VB code?

  • Thread starter Thread starter jzhang0502
  • Start date Start date
J

jzhang0502

Hi:

I am new to the WMI. When I browse the samples in the MSDN, everyting
is written in VB. But I don't want to use VB to write the code since
all of my project is written in c and C++.
Can anybody tell me are there anyway of using WMI in c or c++?
Are there anywhere that I might be able to get some sample?
Thank you very much for your help
 
Hi:

I am new to the WMI. When I browse the samples in the MSDN, everyting
is written in VB. But I don't want to use VB to write the code since
all of my project is written in c and C++.
Can anybody tell me are there anyway of using WMI in c or c++?
Are there anywhere that I might be able to get some sample?
Thank you very much for your help

Just look in the SDK:

http://msdn.microsoft.com/library/en-us/wmisdk/wmi/using_wmi.asp

http://msdn.microsoft.com/library/default.asp?url=/downloads/list/wmi.asp
 
Back
Top