ReactOS 0.4.15-dev-7924-g5949c20
_OBJECT_HEADER_QUOTA_INFO Struct Reference

#include <obtypes.h>

Collaboration diagram for _OBJECT_HEADER_QUOTA_INFO:

Public Attributes

ULONG PagedPoolCharge
 
ULONG NonPagedPoolCharge
 
ULONG SecurityDescriptorCharge
 
PEPROCESS ExclusiveProcess
 

Detailed Description

Definition at line 471 of file obtypes.h.

Member Data Documentation

◆ ExclusiveProcess

PEPROCESS _OBJECT_HEADER_QUOTA_INFO::ExclusiveProcess

Definition at line 476 of file obtypes.h.

Referenced by ObpAllocateObject().

◆ NonPagedPoolCharge

ULONG _OBJECT_HEADER_QUOTA_INFO::NonPagedPoolCharge

◆ PagedPoolCharge

ULONG _OBJECT_HEADER_QUOTA_INFO::PagedPoolCharge

◆ SecurityDescriptorCharge

ULONG _OBJECT_HEADER_QUOTA_INFO::SecurityDescriptorCharge

Definition at line 475 of file obtypes.h.

Referenced by ObpAllocateObject(), ObpChargeQuotaForObject(), and ObpDeallocateObject().


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