Discussion:
Writing decoupled WMI provider...
(too old to reply)
Rajesh B R
2010-04-23 15:27:01 UTC
Permalink
I am a newbie to WMI and looking for references to implement decoupled WMI
provider in native code. Can somebody help me...

Thanks,
Rajesh
Darko Miletic
2010-04-27 13:24:03 UTC
Permalink
Post by Rajesh B R
I am a newbie to WMI and looking for references to implement decoupled WMI
provider in native code. Can somebody help me...
What is decoupled WMI provider? Decoupled from what?
urkec
2010-04-30 17:53:01 UTC
Permalink
Post by Darko Miletic
Post by Rajesh B R
I am a newbie to WMI and looking for references to implement decoupled WMI
provider in native code. Can somebody help me...
What is decoupled WMI provider? Decoupled from what?
.
From the WMI service. See here:


http://msdn.microsoft.com/en-us/library/aa390795(v=VS.85).aspx#wmi.gloss_decoupled_provider
--
urkec

My CodeProject articles:
http://www.codeproject.com/script/Articles/MemberArticles.aspx?amid=4210975
Darko Miletic
2010-05-05 16:05:22 UTC
Permalink
Post by urkec
Post by Darko Miletic
Post by Rajesh B R
I am a newbie to WMI and looking for references to implement decoupled WMI
provider in native code. Can somebody help me...
What is decoupled WMI provider? Decoupled from what?
.
http://msdn.microsoft.com/en-us/library/aa390795(v=VS.85).aspx#wmi.gloss_decoupled_provider
Than he just needs to download Platform SDK because with it ships two
samples for these kind of providers (Event_Provider and Instance_Provider).

Also some doc can be found here:

http://msdn.microsoft.com/en-us/library/aa390882%28VS.85%29.aspx

Loading...