2018年12月18日

c++ 调用 wmi 获取数据

摘要: #define _WIN32_DCOM #include using namespace std; #include #include #include # pragma comment(lib, "wbemuuid.lib") string GetBiosSerialNumber() { string result(""); HRESULT hres; ... 阅读全文

posted @ 2018-12-18 10:59 空明流光 阅读(786) 评论(0) 推荐(0)

导航