ReactOS 0.4.17-dev-475-g46e69e6
OBJECT_TYPE_INITIALIZER_VISTASP1 Struct Reference

#include <ObTypes.hpp>

Inheritance diagram for OBJECT_TYPE_INITIALIZER_VISTASP1:
Collaboration diagram for OBJECT_TYPE_INITIALIZER_VISTASP1:

Public Attributes

USHORT Length
 
union {
   UCHAR   ObjectTypeFlags
 
   struct {
      UCHAR   CaseInsensitive:1
 
      UCHAR   UnnamedObjectsOnly:1
 
      UCHAR   UseDefaultObject:1
 
      UCHAR   SecurityRequired:1
 
      UCHAR   MaintainHandleCount:1
 
      UCHAR   MaintainTypeList:1
 
      UCHAR   SupportsObjectCallbacks:1
 
   } 
 
}; 
 
ULONG ObjectTypeCode
 
ULONG InvalidAttributes
 
GENERIC_MAPPING GenericMapping
 
ULONG ValidAccessMask
 
ULONG RetainAccess
 
POOL_TYPE PoolType
 
ULONG DefaultPagedPoolCharge
 
ULONG DefaultNonPagedPoolCharge
 
OB_DUMP_METHOD DumpProcedure
 
OB_OPEN_METHOD_VISTA OpenProcedure
 
OB_CLOSE_METHOD CloseProcedure
 
OB_DELETE_METHOD DeleteProcedure
 
OB_PARSE_METHOD ParseProcedure
 
OB_SECURITY_METHOD_VISTA SecurityProcedure
 
OB_QUERYNAME_METHOD QueryNameProcedure
 
OB_OKAYTOCLOSE_METHOD OkayToCloseProcedure
 

Detailed Description

Definition at line 108 of file ObTypes.hpp.

Member Data Documentation

◆ 

union { ... } OBJECT_TYPE_INITIALIZER_VISTASP1::@1774

◆ CaseInsensitive

UCHAR OBJECT_TYPE_INITIALIZER_VISTASP1::CaseInsensitive

Definition at line 116 of file ObTypes.hpp.

◆ CloseProcedure

OB_CLOSE_METHOD OBJECT_TYPE_INITIALIZER_VISTASP1::CloseProcedure

Definition at line 135 of file ObTypes.hpp.

◆ DefaultNonPagedPoolCharge

ULONG OBJECT_TYPE_INITIALIZER_VISTASP1::DefaultNonPagedPoolCharge

Definition at line 132 of file ObTypes.hpp.

◆ DefaultPagedPoolCharge

ULONG OBJECT_TYPE_INITIALIZER_VISTASP1::DefaultPagedPoolCharge

Definition at line 131 of file ObTypes.hpp.

◆ DeleteProcedure

OB_DELETE_METHOD OBJECT_TYPE_INITIALIZER_VISTASP1::DeleteProcedure

Definition at line 136 of file ObTypes.hpp.

◆ DumpProcedure

OB_DUMP_METHOD OBJECT_TYPE_INITIALIZER_VISTASP1::DumpProcedure

Definition at line 133 of file ObTypes.hpp.

◆ GenericMapping

GENERIC_MAPPING OBJECT_TYPE_INITIALIZER_VISTASP1::GenericMapping

Definition at line 127 of file ObTypes.hpp.

◆ InvalidAttributes

ULONG OBJECT_TYPE_INITIALIZER_VISTASP1::InvalidAttributes

Definition at line 126 of file ObTypes.hpp.

◆ Length

USHORT OBJECT_TYPE_INITIALIZER_VISTASP1::Length

Definition at line 110 of file ObTypes.hpp.

◆ MaintainHandleCount

UCHAR OBJECT_TYPE_INITIALIZER_VISTASP1::MaintainHandleCount

Definition at line 120 of file ObTypes.hpp.

◆ MaintainTypeList

UCHAR OBJECT_TYPE_INITIALIZER_VISTASP1::MaintainTypeList

Definition at line 121 of file ObTypes.hpp.

◆ ObjectTypeCode

ULONG OBJECT_TYPE_INITIALIZER_VISTASP1::ObjectTypeCode

Definition at line 125 of file ObTypes.hpp.

◆ ObjectTypeFlags

UCHAR OBJECT_TYPE_INITIALIZER_VISTASP1::ObjectTypeFlags

Definition at line 113 of file ObTypes.hpp.

◆ OkayToCloseProcedure

OB_OKAYTOCLOSE_METHOD OBJECT_TYPE_INITIALIZER_VISTASP1::OkayToCloseProcedure

Definition at line 140 of file ObTypes.hpp.

◆ OpenProcedure

OB_OPEN_METHOD_VISTA OBJECT_TYPE_INITIALIZER_VISTASP1::OpenProcedure

Definition at line 134 of file ObTypes.hpp.

◆ ParseProcedure

OB_PARSE_METHOD OBJECT_TYPE_INITIALIZER_VISTASP1::ParseProcedure

Definition at line 137 of file ObTypes.hpp.

◆ PoolType

POOL_TYPE OBJECT_TYPE_INITIALIZER_VISTASP1::PoolType

Definition at line 130 of file ObTypes.hpp.

◆ QueryNameProcedure

OB_QUERYNAME_METHOD OBJECT_TYPE_INITIALIZER_VISTASP1::QueryNameProcedure

Definition at line 139 of file ObTypes.hpp.

◆ RetainAccess

ULONG OBJECT_TYPE_INITIALIZER_VISTASP1::RetainAccess

Definition at line 129 of file ObTypes.hpp.

◆ SecurityProcedure

OB_SECURITY_METHOD_VISTA OBJECT_TYPE_INITIALIZER_VISTASP1::SecurityProcedure

Definition at line 138 of file ObTypes.hpp.

◆ SecurityRequired

UCHAR OBJECT_TYPE_INITIALIZER_VISTASP1::SecurityRequired

Definition at line 119 of file ObTypes.hpp.

◆ SupportsObjectCallbacks

UCHAR OBJECT_TYPE_INITIALIZER_VISTASP1::SupportsObjectCallbacks

Definition at line 122 of file ObTypes.hpp.

◆ UnnamedObjectsOnly

UCHAR OBJECT_TYPE_INITIALIZER_VISTASP1::UnnamedObjectsOnly

Definition at line 117 of file ObTypes.hpp.

◆ UseDefaultObject

UCHAR OBJECT_TYPE_INITIALIZER_VISTASP1::UseDefaultObject

Definition at line 118 of file ObTypes.hpp.

◆ ValidAccessMask

ULONG OBJECT_TYPE_INITIALIZER_VISTASP1::ValidAccessMask

Definition at line 128 of file ObTypes.hpp.


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