ReactOS 0.4.15-dev-7788-g1ad9096
_OBJECT_TYPE_INITIALIZER Struct Reference

#include <obtypes.h>

Collaboration diagram for _OBJECT_TYPE_INITIALIZER:

Public Attributes

USHORT Length
 
BOOLEAN UseDefaultObject
 
BOOLEAN CaseInsensitive
 
ULONG InvalidAttributes
 
GENERIC_MAPPING GenericMapping
 
ULONG ValidAccessMask
 
BOOLEAN SecurityRequired
 
BOOLEAN MaintainHandleCount
 
BOOLEAN MaintainTypeList
 
POOL_TYPE PoolType
 
ULONG DefaultPagedPoolCharge
 
ULONG DefaultNonPagedPoolCharge
 
OB_DUMP_METHOD DumpProcedure
 
OB_OPEN_METHOD OpenProcedure
 
OB_CLOSE_METHOD CloseProcedure
 
OB_DELETE_METHOD DeleteProcedure
 
OB_PARSE_METHOD ParseProcedure
 
OB_SECURITY_METHOD SecurityProcedure
 
OB_QUERYNAME_METHOD QueryNameProcedure
 
OB_OKAYTOCLOSE_METHOD OkayToCloseProcedure
 

Detailed Description

Definition at line 352 of file obtypes.h.

Member Data Documentation

◆ CaseInsensitive

BOOLEAN _OBJECT_TYPE_INITIALIZER::CaseInsensitive

Definition at line 356 of file obtypes.h.

Referenced by IopCreateObjectTypes(), and ObInitSystem().

◆ CloseProcedure

◆ DefaultNonPagedPoolCharge

◆ DefaultPagedPoolCharge

ULONG _OBJECT_TYPE_INITIALIZER::DefaultPagedPoolCharge

◆ DeleteProcedure

◆ DumpProcedure

OB_DUMP_METHOD _OBJECT_TYPE_INITIALIZER::DumpProcedure

Definition at line 366 of file obtypes.h.

Referenced by ObtCreateObjectTypes().

◆ GenericMapping

◆ InvalidAttributes

◆ Length

◆ MaintainHandleCount

BOOLEAN _OBJECT_TYPE_INITIALIZER::MaintainHandleCount

◆ MaintainTypeList

BOOLEAN _OBJECT_TYPE_INITIALIZER::MaintainTypeList

Definition at line 362 of file obtypes.h.

Referenced by ObCreateObjectType(), and ObInitSystem().

◆ OkayToCloseProcedure

OB_OKAYTOCLOSE_METHOD _OBJECT_TYPE_INITIALIZER::OkayToCloseProcedure

Definition at line 373 of file obtypes.h.

Referenced by ExpWin32kInit(), and ObtCreateObjectTypes().

◆ OpenProcedure

OB_OPEN_METHOD _OBJECT_TYPE_INITIALIZER::OpenProcedure

Definition at line 367 of file obtypes.h.

Referenced by ExpWin32kInit(), and ObtCreateObjectTypes().

◆ ParseProcedure

OB_PARSE_METHOD _OBJECT_TYPE_INITIALIZER::ParseProcedure

◆ PoolType

◆ QueryNameProcedure

OB_QUERYNAME_METHOD _OBJECT_TYPE_INITIALIZER::QueryNameProcedure

◆ SecurityProcedure

OB_SECURITY_METHOD _OBJECT_TYPE_INITIALIZER::SecurityProcedure

◆ SecurityRequired

BOOLEAN _OBJECT_TYPE_INITIALIZER::SecurityRequired

◆ UseDefaultObject

◆ ValidAccessMask


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