03 2013 档案
摘要:// disk_drive_test.cpp : Defines the entry point for the console application.//#include "stdafx.h"#include <windows.h>#include <Winioctl.h>#include <stdlib.h>typedef struct PartitionInfo { char chDrive; PARTITION_INFORMATION info;} PartitionInfo, *LPPartitionInfo;typedef
阅读全文
浙公网安备 33010602011771号