ReactOS 0.4.15-dev-7942-gd23573b
_JOBOBJECT_BASIC_ACCOUNTING_INFORMATION Struct Reference

#include <pstypes.h>

Collaboration diagram for _JOBOBJECT_BASIC_ACCOUNTING_INFORMATION:

Public Attributes

LARGE_INTEGER TotalUserTime
 
LARGE_INTEGER TotalKernelTime
 
LARGE_INTEGER ThisPeriodTotalUserTime
 
LARGE_INTEGER ThisPeriodTotalKernelTime
 
ULONG TotalPageFaultCount
 
ULONG TotalProcesses
 
ULONG ActiveProcesses
 
ULONG TotalTerminatedProcesses
 
DWORD TotalPageFaultCount
 
DWORD TotalProcesses
 
DWORD ActiveProcesses
 
DWORD TotalTerminatedProcesses
 

Detailed Description

Definition at line 1537 of file pstypes.h.

Member Data Documentation

◆ ActiveProcesses [1/2]

ULONG _JOBOBJECT_BASIC_ACCOUNTING_INFORMATION::ActiveProcesses

Definition at line 1545 of file pstypes.h.

Referenced by _test_accounting(), and NtQueryInformationJobObject().

◆ ActiveProcesses [2/2]

DWORD _JOBOBJECT_BASIC_ACCOUNTING_INFORMATION::ActiveProcesses

Definition at line 3784 of file winnt_old.h.

◆ ThisPeriodTotalKernelTime

LARGE_INTEGER _JOBOBJECT_BASIC_ACCOUNTING_INFORMATION::ThisPeriodTotalKernelTime

Definition at line 1542 of file pstypes.h.

Referenced by NtQueryInformationJobObject().

◆ ThisPeriodTotalUserTime

LARGE_INTEGER _JOBOBJECT_BASIC_ACCOUNTING_INFORMATION::ThisPeriodTotalUserTime

Definition at line 1541 of file pstypes.h.

Referenced by NtQueryInformationJobObject().

◆ TotalKernelTime

LARGE_INTEGER _JOBOBJECT_BASIC_ACCOUNTING_INFORMATION::TotalKernelTime

Definition at line 1540 of file pstypes.h.

Referenced by NtQueryInformationJobObject().

◆ TotalPageFaultCount [1/2]

ULONG _JOBOBJECT_BASIC_ACCOUNTING_INFORMATION::TotalPageFaultCount

Definition at line 1543 of file pstypes.h.

Referenced by NtQueryInformationJobObject().

◆ TotalPageFaultCount [2/2]

DWORD _JOBOBJECT_BASIC_ACCOUNTING_INFORMATION::TotalPageFaultCount

Definition at line 3782 of file winnt_old.h.

◆ TotalProcesses [1/2]

ULONG _JOBOBJECT_BASIC_ACCOUNTING_INFORMATION::TotalProcesses

Definition at line 1544 of file pstypes.h.

Referenced by _test_accounting(), and NtQueryInformationJobObject().

◆ TotalProcesses [2/2]

DWORD _JOBOBJECT_BASIC_ACCOUNTING_INFORMATION::TotalProcesses

Definition at line 3783 of file winnt_old.h.

◆ TotalTerminatedProcesses [1/2]

ULONG _JOBOBJECT_BASIC_ACCOUNTING_INFORMATION::TotalTerminatedProcesses

Definition at line 1546 of file pstypes.h.

Referenced by _test_accounting(), and NtQueryInformationJobObject().

◆ TotalTerminatedProcesses [2/2]

DWORD _JOBOBJECT_BASIC_ACCOUNTING_INFORMATION::TotalTerminatedProcesses

Definition at line 3785 of file winnt_old.h.

◆ TotalUserTime

LARGE_INTEGER _JOBOBJECT_BASIC_ACCOUNTING_INFORMATION::TotalUserTime

Definition at line 1539 of file pstypes.h.

Referenced by NtQueryInformationJobObject().


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