Including Wbemdisp?
Managed C++/CLI
2
Posts
2
Posters
3
Views
1
Watching
-
Hi. I want to use WMI functions in a managed C++ project. I have found these functions and classes are defined in the wbemdisp.tlb, but I have not managed to include this library in my class. In VB.NET I just had to add a reference to the library, so I ought to be possible in C++ as well, but how? Best regards /EnkelIk
-
Hi. I want to use WMI functions in a managed C++ project. I have found these functions and classes are defined in the wbemdisp.tlb, but I have not managed to include this library in my class. In VB.NET I just had to add a reference to the library, so I ought to be possible in C++ as well, but how? Best regards /EnkelIk
See System::Management namespace. It wraps WMI. :)
43 68 65 65 72 73 2c 4d 69 63 68 61 65 6c