摘要: using System.Collections;using System.Runtime.InteropServices; [DllImport("coredll.dll")] private static extern bool KernelIoControl(Int32 IoControlCode, IntPtr InputBuffer, Int32 In... 阅读全文