Rizin
unix-like reverse engineering framework and cli tools
_OBJECT_TYPE_INFORMATION Struct Reference

#include <windows_debug.h>

Public Attributes

UNICODE_STRING Name
 
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 ValidAccess
 
BOOLEAN SecurityRequired
 
BOOLEAN MaintainHandleCount
 
USHORT MaintainTypeList
 
POOL_TYPE PoolType
 
ULONG PagedPoolUsage
 
ULONG NonPagedPoolUsage
 

Detailed Description

Definition at line 71 of file windows_debug.h.

Member Data Documentation

◆ GenericMapping

GENERIC_MAPPING _OBJECT_TYPE_INFORMATION::GenericMapping

Definition at line 86 of file windows_debug.h.

Referenced by w32_desc_list().

◆ HighWaterHandleTableUsage

ULONG _OBJECT_TYPE_INFORMATION::HighWaterHandleTableUsage

Definition at line 84 of file windows_debug.h.

◆ HighWaterNamePoolUsage

ULONG _OBJECT_TYPE_INFORMATION::HighWaterNamePoolUsage

Definition at line 83 of file windows_debug.h.

◆ HighWaterNonPagedPoolUsage

ULONG _OBJECT_TYPE_INFORMATION::HighWaterNonPagedPoolUsage

Definition at line 82 of file windows_debug.h.

◆ HighWaterNumberOfHandles

ULONG _OBJECT_TYPE_INFORMATION::HighWaterNumberOfHandles

Definition at line 80 of file windows_debug.h.

◆ HighWaterNumberOfObjects

ULONG _OBJECT_TYPE_INFORMATION::HighWaterNumberOfObjects

Definition at line 79 of file windows_debug.h.

◆ HighWaterPagedPoolUsage

ULONG _OBJECT_TYPE_INFORMATION::HighWaterPagedPoolUsage

Definition at line 81 of file windows_debug.h.

◆ InvalidAttributes

ULONG _OBJECT_TYPE_INFORMATION::InvalidAttributes

Definition at line 85 of file windows_debug.h.

◆ MaintainHandleCount

BOOLEAN _OBJECT_TYPE_INFORMATION::MaintainHandleCount

Definition at line 89 of file windows_debug.h.

◆ MaintainTypeList

USHORT _OBJECT_TYPE_INFORMATION::MaintainTypeList

Definition at line 90 of file windows_debug.h.

◆ Name

UNICODE_STRING _OBJECT_TYPE_INFORMATION::Name

Definition at line 72 of file windows_debug.h.

Referenced by w32_desc_list().

◆ NonPagedPoolUsage

ULONG _OBJECT_TYPE_INFORMATION::NonPagedPoolUsage

Definition at line 93 of file windows_debug.h.

◆ PagedPoolUsage

ULONG _OBJECT_TYPE_INFORMATION::PagedPoolUsage

Definition at line 92 of file windows_debug.h.

◆ PoolType

POOL_TYPE _OBJECT_TYPE_INFORMATION::PoolType

Definition at line 91 of file windows_debug.h.

◆ SecurityRequired

BOOLEAN _OBJECT_TYPE_INFORMATION::SecurityRequired

Definition at line 88 of file windows_debug.h.

◆ TotalHandleTableUsage

ULONG _OBJECT_TYPE_INFORMATION::TotalHandleTableUsage

Definition at line 78 of file windows_debug.h.

◆ TotalNamePoolUsage

ULONG _OBJECT_TYPE_INFORMATION::TotalNamePoolUsage

Definition at line 77 of file windows_debug.h.

◆ TotalNonPagedPoolUsage

ULONG _OBJECT_TYPE_INFORMATION::TotalNonPagedPoolUsage

Definition at line 76 of file windows_debug.h.

◆ TotalNumberOfHandles

ULONG _OBJECT_TYPE_INFORMATION::TotalNumberOfHandles

Definition at line 74 of file windows_debug.h.

◆ TotalNumberOfObjects

ULONG _OBJECT_TYPE_INFORMATION::TotalNumberOfObjects

Definition at line 73 of file windows_debug.h.

◆ TotalPagedPoolUsage

ULONG _OBJECT_TYPE_INFORMATION::TotalPagedPoolUsage

Definition at line 75 of file windows_debug.h.

◆ ValidAccess

ULONG _OBJECT_TYPE_INFORMATION::ValidAccess

Definition at line 87 of file windows_debug.h.


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