ReactOS 0.4.17-dev-684-ga6524ef
_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
 
UCHAR TypeIndex
 
CHAR ReservedByte
 
ULONG PoolType
 
ULONG DefaultPagedPoolCharge
 
ULONG DefaultNonPagedPoolCharge
 

Detailed Description

Definition at line 310 of file obtypes.h.

Member Data Documentation

◆ DefaultNonPagedPoolCharge

ULONG _OBJECT_TYPE_INFORMATION::DefaultNonPagedPoolCharge

Definition at line 338 of file obtypes.h.

◆ DefaultPagedPoolCharge

ULONG _OBJECT_TYPE_INFORMATION::DefaultPagedPoolCharge

Definition at line 337 of file obtypes.h.

◆ GenericMapping

GENERIC_MAPPING _OBJECT_TYPE_INFORMATION::GenericMapping

Definition at line 326 of file obtypes.h.

Referenced by add_object_type(), and test_object_types().

◆ HighWaterHandleTableUsage

ULONG _OBJECT_TYPE_INFORMATION::HighWaterHandleTableUsage

Definition at line 324 of file obtypes.h.

◆ HighWaterNamePoolUsage

ULONG _OBJECT_TYPE_INFORMATION::HighWaterNamePoolUsage

Definition at line 323 of file obtypes.h.

◆ HighWaterNonPagedPoolUsage

ULONG _OBJECT_TYPE_INFORMATION::HighWaterNonPagedPoolUsage

Definition at line 322 of file obtypes.h.

◆ HighWaterNumberOfHandles

ULONG _OBJECT_TYPE_INFORMATION::HighWaterNumberOfHandles

Definition at line 320 of file obtypes.h.

◆ HighWaterNumberOfObjects

ULONG _OBJECT_TYPE_INFORMATION::HighWaterNumberOfObjects

Definition at line 319 of file obtypes.h.

◆ HighWaterPagedPoolUsage

ULONG _OBJECT_TYPE_INFORMATION::HighWaterPagedPoolUsage

Definition at line 321 of file obtypes.h.

◆ InvalidAttributes

ULONG _OBJECT_TYPE_INFORMATION::InvalidAttributes

Definition at line 325 of file obtypes.h.

◆ MaintainHandleCount

BOOLEAN _OBJECT_TYPE_INFORMATION::MaintainHandleCount

Definition at line 329 of file obtypes.h.

◆ PoolType

ULONG _OBJECT_TYPE_INFORMATION::PoolType

Definition at line 336 of file obtypes.h.

◆ ReservedByte

CHAR _OBJECT_TYPE_INFORMATION::ReservedByte

Definition at line 332 of file obtypes.h.

◆ SecurityRequired

BOOLEAN _OBJECT_TYPE_INFORMATION::SecurityRequired

Definition at line 328 of file obtypes.h.

◆ TotalHandleTableUsage

ULONG _OBJECT_TYPE_INFORMATION::TotalHandleTableUsage

Definition at line 318 of file obtypes.h.

◆ TotalNamePoolUsage

ULONG _OBJECT_TYPE_INFORMATION::TotalNamePoolUsage

Definition at line 317 of file obtypes.h.

◆ TotalNonPagedPoolUsage

ULONG _OBJECT_TYPE_INFORMATION::TotalNonPagedPoolUsage

Definition at line 316 of file obtypes.h.

◆ TotalNumberOfHandles

ULONG _OBJECT_TYPE_INFORMATION::TotalNumberOfHandles

Definition at line 314 of file obtypes.h.

◆ TotalNumberOfObjects

ULONG _OBJECT_TYPE_INFORMATION::TotalNumberOfObjects

Definition at line 313 of file obtypes.h.

◆ TotalPagedPoolUsage

ULONG _OBJECT_TYPE_INFORMATION::TotalPagedPoolUsage

Definition at line 315 of file obtypes.h.

◆ TypeIndex

UCHAR _OBJECT_TYPE_INFORMATION::TypeIndex

Definition at line 331 of file obtypes.h.

◆ TypeName

UNICODE_STRING _OBJECT_TYPE_INFORMATION::TypeName

Definition at line 312 of file obtypes.h.

Referenced by add_object_type().

◆ ValidAccessMask

ULONG _OBJECT_TYPE_INFORMATION::ValidAccessMask

Definition at line 327 of file obtypes.h.

Referenced by add_object_type().


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