C/C++ Windows API——获取磁盘信息

// LogicalDrive.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include <windows.h> //将PULARGE_INTEGER类型的字节(B)数转化为(GB)单位 #define GB(x) (x.HighPart << 2) + (x.LowPa
相关文章
相关标签/搜索