ReactOS 0.4.15-dev-7934-g1dc8d80
_OBJECT_CREATE_INFORMATION Struct Reference

#include <obtypes.h>

Collaboration diagram for _OBJECT_CREATE_INFORMATION:

Public Attributes

ULONG Attributes
 
HANDLE RootDirectory
 
PVOID ParseContext
 
KPROCESSOR_MODE ProbeMode
 
ULONG PagedPoolCharge
 
ULONG NonPagedPoolCharge
 
ULONG SecurityDescriptorCharge
 
PSECURITY_DESCRIPTOR SecurityDescriptor
 
PSECURITY_QUALITY_OF_SERVICE SecurityQos
 
SECURITY_QUALITY_OF_SERVICE SecurityQualityOfService
 

Detailed Description

Definition at line 335 of file obtypes.h.

Member Data Documentation

◆ Attributes

ULONG _OBJECT_CREATE_INFORMATION::Attributes

Definition at line 337 of file obtypes.h.

Referenced by ObCreateObject(), ObInsertObject(), and ObOpenObjectByName().

◆ NonPagedPoolCharge

ULONG _OBJECT_CREATE_INFORMATION::NonPagedPoolCharge

Definition at line 342 of file obtypes.h.

Referenced by ObCreateObject().

◆ PagedPoolCharge

ULONG _OBJECT_CREATE_INFORMATION::PagedPoolCharge

Definition at line 341 of file obtypes.h.

Referenced by ObCreateObject().

◆ ParseContext

PVOID _OBJECT_CREATE_INFORMATION::ParseContext

Definition at line 339 of file obtypes.h.

Referenced by ObInsertObject().

◆ ProbeMode

KPROCESSOR_MODE _OBJECT_CREATE_INFORMATION::ProbeMode

Definition at line 340 of file obtypes.h.

Referenced by ObInsertObject().

◆ RootDirectory

HANDLE _OBJECT_CREATE_INFORMATION::RootDirectory

Definition at line 338 of file obtypes.h.

Referenced by ObInsertObject(), and ObOpenObjectByName().

◆ SecurityDescriptor

PSECURITY_DESCRIPTOR _OBJECT_CREATE_INFORMATION::SecurityDescriptor

Definition at line 344 of file obtypes.h.

Referenced by ObInsertObject(), and ObOpenObjectByName().

◆ SecurityDescriptorCharge

ULONG _OBJECT_CREATE_INFORMATION::SecurityDescriptorCharge

Definition at line 343 of file obtypes.h.

◆ SecurityQos

PSECURITY_QUALITY_OF_SERVICE _OBJECT_CREATE_INFORMATION::SecurityQos

Definition at line 345 of file obtypes.h.

Referenced by ObInsertObject(), and ObOpenObjectByName().

◆ SecurityQualityOfService

SECURITY_QUALITY_OF_SERVICE _OBJECT_CREATE_INFORMATION::SecurityQualityOfService

Definition at line 346 of file obtypes.h.


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