Windows自带API获取硬盘温度、硬盘使用时间、以及硬盘内存使用情况(包括总内存,空闲内存,已用内存)

#include <iostream> #include <comdef.h> #include <Wbemidl.h> using namespace std; /************************************************************************/ /* 获取硬盘总使用时间和温度                        */ /
相关文章
相关标签/搜索