Process Hacker
_OBJECT_HEADER Struct Reference

#include <ntfill.h>

Data Fields

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

Detailed Description

Definition at line 182 of file ntfill.h.

Field Documentation

union { ... }
union { ... }
QUAD Body

Definition at line 201 of file ntfill.h.

UCHAR Flags

Definition at line 194 of file ntfill.h.

LONG HandleCount

Definition at line 187 of file ntfill.h.

UCHAR HandleInfoOffset

Definition at line 192 of file ntfill.h.

UCHAR NameInfoOffset

Definition at line 191 of file ntfill.h.

PVOID NextToFree

Definition at line 188 of file ntfill.h.

POBJECT_CREATE_INFORMATION ObjectCreateInfo

Definition at line 197 of file ntfill.h.

LONG PointerCount

Definition at line 184 of file ntfill.h.

PVOID QuotaBlockCharged

Definition at line 198 of file ntfill.h.

UCHAR QuotaInfoOffset

Definition at line 193 of file ntfill.h.

PVOID SecurityDescriptor

Definition at line 200 of file ntfill.h.

POBJECT_TYPE Type

Definition at line 190 of file ntfill.h.


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