摘要: BOOL CheckResource(){ MEMORYSTATUSEX statex; statex.dwLength = sizeof (statex); GlobalMemoryStatusEx(&statex); if (statex.ullTotalPhys / 1... 阅读全文
posted @ 2016-01-11 17:26 QQ76211822 阅读(982) 评论(0) 推荐(0) 编辑