ReactOS
0.4.15-dev-2092-gf04890c
|
#include <pstypes.h>
Public Attributes | |
EPROCESS_QUOTA_ENTRY | QuotaEntry [3] |
LIST_ENTRY | QuotaList |
ULONG | ReferenceCount |
ULONG | ProcessCount |
ULONG _EPROCESS_QUOTA_BLOCK::ProcessCount |
Definition at line 991 of file pstypes.h.
Referenced by PspSetQuotaLimits().
EPROCESS_QUOTA_ENTRY _EPROCESS_QUOTA_BLOCK::QuotaEntry[3] |
Definition at line 988 of file pstypes.h.
Referenced by PsInitializeQuotaSystem(), and PspSetQuotaLimits().
LIST_ENTRY _EPROCESS_QUOTA_BLOCK::QuotaList |
Definition at line 989 of file pstypes.h.
Referenced by PspDestroyQuotaBlock(), and PspInsertQuotaBlock().
ULONG _EPROCESS_QUOTA_BLOCK::ReferenceCount |
Definition at line 990 of file pstypes.h.
Referenced by PspDestroyQuotaBlock(), PspInheritQuota(), and PspSetQuotaLimits().