System::IO_COUNTERS Struct Reference

Process I/O Counters NtQueryInformationProcess using ProcessIoCounters. More...

#include <src/Lib/ProcessDescriptor.h>

Collaboration diagram for System::IO_COUNTERS:

Public Attributes

unsigned long ReadOperationCount
 
unsigned long WriteOperationCount
 
unsigned long OtherOperationCount
 
longlong ReadTransferCount
 
longlong WriteTransferCount
 
longlong OtherTransferCount
 

Detailed Description

Process I/O Counters NtQueryInformationProcess using ProcessIoCounters.

Definition at line 45 of file ProcessDescriptor.h.

Member Data Documentation

unsigned long System::IO_COUNTERS::OtherOperationCount

Definition at line 48 of file ProcessDescriptor.h.

longlong System::IO_COUNTERS::OtherTransferCount

Definition at line 54 of file ProcessDescriptor.h.

unsigned long System::IO_COUNTERS::ReadOperationCount

Definition at line 46 of file ProcessDescriptor.h.

longlong System::IO_COUNTERS::ReadTransferCount

Definition at line 52 of file ProcessDescriptor.h.

unsigned long System::IO_COUNTERS::WriteOperationCount

Definition at line 47 of file ProcessDescriptor.h.

longlong System::IO_COUNTERS::WriteTransferCount

Definition at line 53 of file ProcessDescriptor.h.


The documentation for this struct was generated from the following file: