.
The GetProcessIoCounters API
12/30/2011 2:23:51 PM - -65.27.196.222
.
static extern bool GetProcessIoCounters(IntPtr hProcess,
.
static extern bool GetProcessIoCounters(IntPtr hProcess, out IO_COUNTERS lpIoCounters);
.
if (GetProcessIoCounters(Process.GetCurrentProcess().Handle, out info) == false)
.