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