ReactOS 0.4.15-dev-7958-gcd0bb1a
_OBJECT_TYPE Struct Reference

#include <obtypes.h>

Collaboration diagram for _OBJECT_TYPE:

Public Attributes

ERESOURCE Mutex
 
LIST_ENTRY TypeList
 
UNICODE_STRING Name
 
PVOID DefaultObject
 
ULONG Index
 
ULONG TotalNumberOfObjects
 
ULONG TotalNumberOfHandles
 
ULONG HighWaterNumberOfObjects
 
ULONG HighWaterNumberOfHandles
 
OBJECT_TYPE_INITIALIZER TypeInfo
 
ULONG Key
 
ERESOURCE ObjectLocks [4]
 

Detailed Description

Definition at line 379 of file obtypes.h.

Member Data Documentation

◆ DefaultObject

PVOID _OBJECT_TYPE::DefaultObject

Definition at line 384 of file obtypes.h.

Referenced by NtWaitForMultipleObjects(), ObCreateObjectType(), and TestObjectTypes().

◆ HighWaterNumberOfHandles

ULONG _OBJECT_TYPE::HighWaterNumberOfHandles

Definition at line 389 of file obtypes.h.

Referenced by ObCreateObjectType().

◆ HighWaterNumberOfObjects

ULONG _OBJECT_TYPE::HighWaterNumberOfObjects

Definition at line 388 of file obtypes.h.

Referenced by ObCreateObjectType().

◆ Index

ULONG _OBJECT_TYPE::Index

Definition at line 385 of file obtypes.h.

Referenced by ObCreateObjectType(), and QSI_DEF().

◆ Key

ULONG _OBJECT_TYPE::Key

Definition at line 391 of file obtypes.h.

Referenced by ObCreateObjectType(), and TestObjectTypes().

◆ Mutex

ERESOURCE _OBJECT_TYPE::Mutex

Definition at line 381 of file obtypes.h.

Referenced by ObCreateObjectType().

◆ Name

UNICODE_STRING _OBJECT_TYPE::Name

◆ ObjectLocks

ERESOURCE _OBJECT_TYPE::ObjectLocks[4]

Definition at line 392 of file obtypes.h.

Referenced by ObCreateObjectType().

◆ TotalNumberOfHandles

ULONG _OBJECT_TYPE::TotalNumberOfHandles

Definition at line 387 of file obtypes.h.

Referenced by ObCreateObjectType().

◆ TotalNumberOfObjects

ULONG _OBJECT_TYPE::TotalNumberOfObjects

Definition at line 386 of file obtypes.h.

Referenced by ObCreateObjectType().

◆ TypeInfo

◆ TypeList

LIST_ENTRY _OBJECT_TYPE::TypeList

Definition at line 382 of file obtypes.h.

Referenced by ObCreateObjectType(), and ObInitSystem().


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