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
相關文章
相關標籤/搜索