Click or drag to resize
Xcalibur Systems LLC Logo

ProcessHelperGetProcessIoCounters Method

Retrieves accounting information for all I/O operations performed by the specified process.

GetProcessIoCounters function


Namespace: Xcalibur.NativeMethods.V2.Processes
Assembly: Xcalibur.NativeMethods.V2 (in Xcalibur.NativeMethods.V2.dll) Version: 1.0.1.0
Syntax
[DllImportAttribute("kernel32.dll", SetLastError = true)]
public static bool GetProcessIoCounters(
	IntPtr processHandle,
	out IoCounters counters
)

Parameters

processHandle  IntPtr
A handle to the process. The handle must have the or access right.
counters  IoCounters
A pointer to an structure that receives the I/O accounting information for the process.

Return Value

Boolean
If the function fails, the return value is zero. To get extended error information, call .
See Also