ReactOS 0.4.16-dev-1527-g49e652b
_SYSTEM_OBJECT_INFORMATION Struct Reference

#include <extypes.h>

Collaboration diagram for _SYSTEM_OBJECT_INFORMATION:

Public Attributes

ULONG NextEntryOffset
 
PVOID Object
 
HANDLE CreatorUniqueProcess
 
USHORT CreatorBackTraceIndex
 
USHORT Flags
 
LONG PointerCount
 
LONG HandleCount
 
ULONG PagedPoolCharge
 
ULONG NonPagedPoolCharge
 
HANDLE ExclusiveProcessId
 
PVOID SecurityDescriptor
 
OBJECT_NAME_INFORMATION NameInfo
 

Detailed Description

Definition at line 1227 of file extypes.h.

Member Data Documentation

◆ CreatorBackTraceIndex

USHORT _SYSTEM_OBJECT_INFORMATION::CreatorBackTraceIndex

Definition at line 1232 of file extypes.h.

◆ CreatorUniqueProcess

HANDLE _SYSTEM_OBJECT_INFORMATION::CreatorUniqueProcess

Definition at line 1231 of file extypes.h.

◆ ExclusiveProcessId

HANDLE _SYSTEM_OBJECT_INFORMATION::ExclusiveProcessId

Definition at line 1238 of file extypes.h.

◆ Flags

USHORT _SYSTEM_OBJECT_INFORMATION::Flags

Definition at line 1233 of file extypes.h.

◆ HandleCount

LONG _SYSTEM_OBJECT_INFORMATION::HandleCount

Definition at line 1235 of file extypes.h.

◆ NameInfo

OBJECT_NAME_INFORMATION _SYSTEM_OBJECT_INFORMATION::NameInfo

Definition at line 1240 of file extypes.h.

◆ NextEntryOffset

ULONG _SYSTEM_OBJECT_INFORMATION::NextEntryOffset

Definition at line 1229 of file extypes.h.

◆ NonPagedPoolCharge

ULONG _SYSTEM_OBJECT_INFORMATION::NonPagedPoolCharge

Definition at line 1237 of file extypes.h.

◆ Object

PVOID _SYSTEM_OBJECT_INFORMATION::Object

Definition at line 1230 of file extypes.h.

◆ PagedPoolCharge

ULONG _SYSTEM_OBJECT_INFORMATION::PagedPoolCharge

Definition at line 1236 of file extypes.h.

◆ PointerCount

LONG _SYSTEM_OBJECT_INFORMATION::PointerCount

Definition at line 1234 of file extypes.h.

◆ SecurityDescriptor

PVOID _SYSTEM_OBJECT_INFORMATION::SecurityDescriptor

Definition at line 1239 of file extypes.h.


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