ReactOS 0.4.15-dev-7924-g5949c20
_OBJECT_TYPE_INFORMATION Struct Reference

#include <obtypes.h>

Collaboration diagram for _OBJECT_TYPE_INFORMATION:

Public Attributes

UNICODE_STRING TypeName
 
ULONG TotalNumberOfObjects
 
ULONG TotalNumberOfHandles
 
ULONG TotalPagedPoolUsage
 
ULONG TotalNonPagedPoolUsage
 
ULONG TotalNamePoolUsage
 
ULONG TotalHandleTableUsage
 
ULONG HighWaterNumberOfObjects
 
ULONG HighWaterNumberOfHandles
 
ULONG HighWaterPagedPoolUsage
 
ULONG HighWaterNonPagedPoolUsage
 
ULONG HighWaterNamePoolUsage
 
ULONG HighWaterHandleTableUsage
 
ULONG InvalidAttributes
 
GENERIC_MAPPING GenericMapping
 
ULONG ValidAccessMask
 
BOOLEAN SecurityRequired
 
BOOLEAN MaintainHandleCount
 
ULONG PoolType
 
ULONG DefaultPagedPoolCharge
 
ULONG DefaultNonPagedPoolCharge
 

Detailed Description

Definition at line 285 of file obtypes.h.

Member Data Documentation

◆ DefaultNonPagedPoolCharge

ULONG _OBJECT_TYPE_INFORMATION::DefaultNonPagedPoolCharge

Definition at line 307 of file obtypes.h.

◆ DefaultPagedPoolCharge

ULONG _OBJECT_TYPE_INFORMATION::DefaultPagedPoolCharge

Definition at line 306 of file obtypes.h.

◆ GenericMapping

GENERIC_MAPPING _OBJECT_TYPE_INFORMATION::GenericMapping

Definition at line 301 of file obtypes.h.

◆ HighWaterHandleTableUsage

ULONG _OBJECT_TYPE_INFORMATION::HighWaterHandleTableUsage

Definition at line 299 of file obtypes.h.

◆ HighWaterNamePoolUsage

ULONG _OBJECT_TYPE_INFORMATION::HighWaterNamePoolUsage

Definition at line 298 of file obtypes.h.

◆ HighWaterNonPagedPoolUsage

ULONG _OBJECT_TYPE_INFORMATION::HighWaterNonPagedPoolUsage

Definition at line 297 of file obtypes.h.

◆ HighWaterNumberOfHandles

ULONG _OBJECT_TYPE_INFORMATION::HighWaterNumberOfHandles

Definition at line 295 of file obtypes.h.

◆ HighWaterNumberOfObjects

ULONG _OBJECT_TYPE_INFORMATION::HighWaterNumberOfObjects

Definition at line 294 of file obtypes.h.

◆ HighWaterPagedPoolUsage

ULONG _OBJECT_TYPE_INFORMATION::HighWaterPagedPoolUsage

Definition at line 296 of file obtypes.h.

◆ InvalidAttributes

ULONG _OBJECT_TYPE_INFORMATION::InvalidAttributes

Definition at line 300 of file obtypes.h.

◆ MaintainHandleCount

BOOLEAN _OBJECT_TYPE_INFORMATION::MaintainHandleCount

Definition at line 304 of file obtypes.h.

◆ PoolType

ULONG _OBJECT_TYPE_INFORMATION::PoolType

Definition at line 305 of file obtypes.h.

◆ SecurityRequired

BOOLEAN _OBJECT_TYPE_INFORMATION::SecurityRequired

Definition at line 303 of file obtypes.h.

◆ TotalHandleTableUsage

ULONG _OBJECT_TYPE_INFORMATION::TotalHandleTableUsage

Definition at line 293 of file obtypes.h.

◆ TotalNamePoolUsage

ULONG _OBJECT_TYPE_INFORMATION::TotalNamePoolUsage

Definition at line 292 of file obtypes.h.

◆ TotalNonPagedPoolUsage

ULONG _OBJECT_TYPE_INFORMATION::TotalNonPagedPoolUsage

Definition at line 291 of file obtypes.h.

◆ TotalNumberOfHandles

ULONG _OBJECT_TYPE_INFORMATION::TotalNumberOfHandles

Definition at line 289 of file obtypes.h.

◆ TotalNumberOfObjects

ULONG _OBJECT_TYPE_INFORMATION::TotalNumberOfObjects

Definition at line 288 of file obtypes.h.

◆ TotalPagedPoolUsage

ULONG _OBJECT_TYPE_INFORMATION::TotalPagedPoolUsage

Definition at line 290 of file obtypes.h.

◆ TypeName

UNICODE_STRING _OBJECT_TYPE_INFORMATION::TypeName

Definition at line 287 of file obtypes.h.

◆ ValidAccessMask

ULONG _OBJECT_TYPE_INFORMATION::ValidAccessMask

Definition at line 302 of file obtypes.h.


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