No description available.
The PsUpdateDiskCounters routine updates the disk I/O counters of a given process.
ProcessA pointer to the process to update counters for.
BytesReadThe number of bytes to update in the Read counter.
BytesWrittenThe number of bytes to update in the Write counter.
ReadOperationCountThe number of read operations to update in the Read Operation counter.
WriteOperationCountThe number of write operations to update in the Write Operation counter.
FlushOperationCountThe number of flush operations to update in the Flush Operation counter.
File system drivers use PsUpdateDiskCounters to update counts for disk I/O accounting. A client process can be "charged" the disk I/O counts by the file system.