摘要: //c:/windows/system32 CString FileUtil::GetSystem32Dir() { CString strPath; ::GetSystemDirectory(strPath.GetBuffer(_MAX_PATH), _MAX_PATH); strPath.Rel 阅读全文
posted @ 2021-09-08 11:50 Hey,Coder! 阅读(50) 评论(0) 推荐(0) 编辑
摘要: 版本帮助程序函数 #include <VersionHelpers.h> if (!IsWindows8OrGreater()) { MessageBox(NULL, "You need at least Windows 8", "Version Not Supported", MB_OK); } 阅读全文
posted @ 2021-09-08 09:54 Hey,Coder! 阅读(204) 评论(0) 推荐(0) 编辑