ReactOS 0.4.17-dev-684-ga6524ef
_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 506 of file obtypes.h.

Member Data Documentation

◆ 

union { ... } _OBJECT_HEADER::@2894

◆ 

union { ... } _OBJECT_HEADER::@2896

◆ Body

◆ Flags

◆ HandleCount

◆ HandleInfoOffset

UCHAR _OBJECT_HEADER::HandleInfoOffset

Definition at line 516 of file obtypes.h.

◆ NameInfoOffset

UCHAR _OBJECT_HEADER::NameInfoOffset

Definition at line 515 of file obtypes.h.

Referenced by ObpLookupEntryDirectory().

◆ NextToFree

volatile PVOID _OBJECT_HEADER::NextToFree

Definition at line 512 of file obtypes.h.

Referenced by ObpReapObject().

◆ ObjectCreateInfo

POBJECT_CREATE_INFORMATION _OBJECT_HEADER::ObjectCreateInfo

Definition at line 521 of file obtypes.h.

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

◆ PointerCount

◆ QuotaBlockCharged

PVOID _OBJECT_HEADER::QuotaBlockCharged

Definition at line 522 of file obtypes.h.

◆ QuotaInfoOffset

UCHAR _OBJECT_HEADER::QuotaInfoOffset

Definition at line 517 of file obtypes.h.

◆ SecurityDescriptor

PSECURITY_DESCRIPTOR _OBJECT_HEADER::SecurityDescriptor

Definition at line 524 of file obtypes.h.

Referenced by NtQueryObject(), and ObAssignObjectSecurityDescriptor().

◆ Type


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