#pragma once #include "framework.h" // CMachineInfoDlg ΆΤ»°Ώς #define _WIN32_DCOM #include using namespace std; #include #include #include #pragma comment(lib, "wbemuuid.lib") extern "C" __declspec(dllexport) bool CreateMachineCode(LPCWSTR* classNames, LPCWSTR* propertyNames, int count, BSTR* pbResult); extern "C" __declspec(dllexport) bool GetMachineInfo(BSTR* pbResult);