#pragma once #include "IOCPClient.h" #include #pragma comment(lib,"Vfw32.lib") std::string GetMachineGuidWindows(); uint64_t CalcalateIDv2(const std::string& machineGuid, const std::string& normalizedPath, bool isAuth = false); BOOL IsAuthKernel(std::string& str); LOGIN_INFOR GetLoginInfo(DWORD dwSpeed, CONNECT_ADDRESS &conn, const std::string& expiredDate, bool isAuth); DWORD CPUClockMHz(); BOOL WebCamIsExist();