ReactOS 0.4.15-dev-7942-gd23573b
_OBJECT_HEADER Struct Reference

#include <obtypes.h>

Collaboration diagram for _OBJECT_HEADER:

Public Attributes

LONG_PTR PointerCount
 
union {
   LONG_PTR   HandleCount
 
   volatile PVOID   NextToFree
 
}; 
 
POBJECT_TYPE Type
 
UCHAR NameInfoOffset
 
UCHAR HandleInfoOffset
 
UCHAR QuotaInfoOffset
 
UCHAR Flags
 
union {
   POBJECT_CREATE_INFORMATION   ObjectCreateInfo
 
   PVOID   QuotaBlockCharged
 
}; 
 
PSECURITY_DESCRIPTOR SecurityDescriptor
 
QUAD Body
 

Detailed Description

Definition at line 485 of file obtypes.h.

Member Data Documentation

◆ 

union { ... } _OBJECT_HEADER::@2625

◆ 

union { ... } _OBJECT_HEADER::@2627

◆ Body

◆ Flags

◆ HandleCount

◆ HandleInfoOffset

UCHAR _OBJECT_HEADER::HandleInfoOffset

Definition at line 495 of file obtypes.h.

◆ NameInfoOffset

UCHAR _OBJECT_HEADER::NameInfoOffset

Definition at line 494 of file obtypes.h.

Referenced by ObpLookupEntryDirectory().

◆ NextToFree

volatile PVOID _OBJECT_HEADER::NextToFree

Definition at line 491 of file obtypes.h.

Referenced by ObpReapObject().

◆ ObjectCreateInfo

POBJECT_CREATE_INFORMATION _OBJECT_HEADER::ObjectCreateInfo

Definition at line 500 of file obtypes.h.

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

◆ PointerCount

◆ QuotaBlockCharged

PVOID _OBJECT_HEADER::QuotaBlockCharged

Definition at line 501 of file obtypes.h.

◆ QuotaInfoOffset

UCHAR _OBJECT_HEADER::QuotaInfoOffset

Definition at line 496 of file obtypes.h.

◆ SecurityDescriptor

PSECURITY_DESCRIPTOR _OBJECT_HEADER::SecurityDescriptor

Definition at line 503 of file obtypes.h.

Referenced by NtQueryObject(), and ObAssignObjectSecurityDescriptor().

◆ Type


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