C++ Providers
-
I am new into writing C++ providers. Can anyoone let me know the basics of provider writing. I mean I wanted to know about Provider types(Instance, Method, Indication) and why are they needed etc What are properties, mof, cim, schema etc.
-
I am new into writing C++ providers. Can anyoone let me know the basics of provider writing. I mean I wanted to know about Provider types(Instance, Method, Indication) and why are they needed etc What are properties, mof, cim, schema etc.
Providers are used to provide dynamic data which are not stored in internal datastore for the CIMOM . More details[^] can be found in the link. Also if you could google with "C++ provider" keyword you can get more results and channels to start.
You talk about Being HUMAN. I have it in my name AnsHUMAN
-
Providers are used to provide dynamic data which are not stored in internal datastore for the CIMOM . More details[^] can be found in the link. Also if you could google with "C++ provider" keyword you can get more results and channels to start.
You talk about Being HUMAN. I have it in my name AnsHUMAN
Thanks Anshuman I will have a look at the link.
-
I am new into writing C++ providers. Can anyoone let me know the basics of provider writing. I mean I wanted to know about Provider types(Instance, Method, Indication) and why are they needed etc What are properties, mof, cim, schema etc.
Visual C++ 6.0 OLE DB Provider Templates http://msdn.microsoft.com/en-us/library/aa260857(v=vs.60).aspx[^] Provider Model: Introduction to the Provider Model http://msdn.microsoft.com/en-us/library/Aa479030[^]
-
Visual C++ 6.0 OLE DB Provider Templates http://msdn.microsoft.com/en-us/library/aa260857(v=vs.60).aspx[^] Provider Model: Introduction to the Provider Model http://msdn.microsoft.com/en-us/library/Aa479030[^]
Thanks Topcoder for the links