ReactOS 0.4.15-dev-7924-g5949c20
_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 1052 of file extypes.h.

Member Data Documentation

◆ CreatorBackTraceIndex

USHORT _SYSTEM_OBJECT_INFORMATION::CreatorBackTraceIndex

Definition at line 1057 of file extypes.h.

◆ CreatorUniqueProcess

HANDLE _SYSTEM_OBJECT_INFORMATION::CreatorUniqueProcess

Definition at line 1056 of file extypes.h.

◆ ExclusiveProcessId

HANDLE _SYSTEM_OBJECT_INFORMATION::ExclusiveProcessId

Definition at line 1063 of file extypes.h.

◆ Flags

USHORT _SYSTEM_OBJECT_INFORMATION::Flags

Definition at line 1058 of file extypes.h.

◆ HandleCount

LONG _SYSTEM_OBJECT_INFORMATION::HandleCount

Definition at line 1060 of file extypes.h.

◆ NameInfo

OBJECT_NAME_INFORMATION _SYSTEM_OBJECT_INFORMATION::NameInfo

Definition at line 1065 of file extypes.h.

◆ NextEntryOffset

ULONG _SYSTEM_OBJECT_INFORMATION::NextEntryOffset

Definition at line 1054 of file extypes.h.

◆ NonPagedPoolCharge

ULONG _SYSTEM_OBJECT_INFORMATION::NonPagedPoolCharge

Definition at line 1062 of file extypes.h.

◆ Object

PVOID _SYSTEM_OBJECT_INFORMATION::Object

Definition at line 1055 of file extypes.h.

◆ PagedPoolCharge

ULONG _SYSTEM_OBJECT_INFORMATION::PagedPoolCharge

Definition at line 1061 of file extypes.h.

◆ PointerCount

LONG _SYSTEM_OBJECT_INFORMATION::PointerCount

Definition at line 1059 of file extypes.h.

◆ SecurityDescriptor

PVOID _SYSTEM_OBJECT_INFORMATION::SecurityDescriptor

Definition at line 1064 of file extypes.h.


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