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