使用Windows API函数来获取磁盘分区信息 #include <iostream> #include <windows.h> #include <winioctl.h> using namespace std; int <