ReactOS 0.4.15-dev-7953-g1f49173
_EPROCESS_QUOTA_BLOCK Struct Reference

#include <pstypes.h>

Collaboration diagram for _EPROCESS_QUOTA_BLOCK:

Public Attributes

EPROCESS_QUOTA_ENTRY QuotaEntry [PsQuotaTypes]
 
LIST_ENTRY QuotaList
 
ULONG ReferenceCount
 
ULONG ProcessCount
 

Detailed Description

Definition at line 1044 of file pstypes.h.

Member Data Documentation

◆ ProcessCount

ULONG _EPROCESS_QUOTA_BLOCK::ProcessCount

Definition at line 1049 of file pstypes.h.

Referenced by PsInitializeQuotaSystem(), PspInheritQuota(), and PspSetQuotaLimits().

◆ QuotaEntry

EPROCESS_QUOTA_ENTRY _EPROCESS_QUOTA_BLOCK::QuotaEntry[PsQuotaTypes]

Definition at line 1046 of file pstypes.h.

Referenced by PsInitializeQuotaSystem(), and PspSetQuotaLimits().

◆ QuotaList

LIST_ENTRY _EPROCESS_QUOTA_BLOCK::QuotaList

Definition at line 1047 of file pstypes.h.

◆ ReferenceCount

ULONG _EPROCESS_QUOTA_BLOCK::ReferenceCount

Definition at line 1048 of file pstypes.h.

Referenced by PsInitializeQuotaSystem(), PspInheritQuota(), and PspSetQuotaLimits().


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