ReactOS 0.4.16-dev-747-gbc52d5f
|
#include <pstypes.h>
Public Attributes | |
ULONGLONG | ReadOperationCount |
ULONGLONG | WriteOperationCount |
ULONGLONG | OtherOperationCount |
ULONGLONG | ReadTransferCount |
ULONGLONG | WriteTransferCount |
ULONGLONG | OtherTransferCount |
ULONGLONG _IO_COUNTERS::OtherOperationCount |
Definition at line 85 of file pstypes.h.
Referenced by KeQueryValuesProcess(), NtQueryInformationJobObject(), PerfDataGetText(), ProcessPageCompareFunc(), and test_query_process_io().
ULONGLONG _IO_COUNTERS::OtherTransferCount |
Definition at line 88 of file pstypes.h.
Referenced by KeQueryValuesProcess(), NtQueryInformationJobObject(), PerfDataGetText(), and ProcessPageCompareFunc().
ULONGLONG _IO_COUNTERS::ReadOperationCount |
Definition at line 83 of file pstypes.h.
Referenced by KeQueryValuesProcess(), NtQueryInformationJobObject(), PerfDataGetText(), and ProcessPageCompareFunc().
ULONGLONG _IO_COUNTERS::ReadTransferCount |
Definition at line 86 of file pstypes.h.
Referenced by KeQueryValuesProcess(), NtQueryInformationJobObject(), PerfDataGetText(), and ProcessPageCompareFunc().
ULONGLONG _IO_COUNTERS::WriteOperationCount |
Definition at line 84 of file pstypes.h.
Referenced by KeQueryValuesProcess(), NtQueryInformationJobObject(), PerfDataGetText(), and ProcessPageCompareFunc().
ULONGLONG _IO_COUNTERS::WriteTransferCount |
Definition at line 87 of file pstypes.h.
Referenced by KeQueryValuesProcess(), NtQueryInformationJobObject(), PerfDataGetText(), and ProcessPageCompareFunc().