C++调用WMI类查询获取操作系统名

1 #define _WIN32_DCOM 2 #include <iostream> 3 #include <comdef.h> 4 #include <Wbemidl.h> 5 6 using namespace std; 7 8 #pragma comment(lib, "wbemuuid.lib") 9 10 int main(int argc, c
相关文章
相关标签/搜索