摘要: #include <stdio.h>#include <windows.h>#include <winioctl.h>int main(void){// LPCTSTR lpszDevice = "\\\\.\\PhysicalDrive1"; LPCTSTR lpszDevice = "\\\\.\\C:"; HANDL... 阅读全文
posted @ 2010-06-03 12:44 Fan Zhang 阅读(226) 评论(0) 推荐(0)