wmi编程:VC里实现WMI编程

实现代码如下:#include "stdafx.h" #define _WIN32_DCOM #include iostream using namespace std; #include comdef.h #include Wbemidl.h #include conio.h # pragma comment(lib, "wbemuuid.lib") BOOL ManageWMI(); int ... [阅读全文]
1 共1条 分1页