ReactOS 0.4.16-dev-927-g467dec4
_SYSTEM_HANDLE_TABLE_ENTRY_INFO Struct Reference

#include <extypes.h>

Collaboration diagram for _SYSTEM_HANDLE_TABLE_ENTRY_INFO:

Public Attributes

USHORT UniqueProcessId
 
USHORT CreatorBackTraceIndex
 
UCHAR ObjectTypeIndex
 
UCHAR HandleAttributes
 
USHORT HandleValue
 
PVOID Object
 
ULONG GrantedAccess
 

Detailed Description

Definition at line 1023 of file extypes.h.

Member Data Documentation

◆ CreatorBackTraceIndex

USHORT _SYSTEM_HANDLE_TABLE_ENTRY_INFO::CreatorBackTraceIndex

Definition at line 1026 of file extypes.h.

◆ GrantedAccess

ULONG _SYSTEM_HANDLE_TABLE_ENTRY_INFO::GrantedAccess

Definition at line 1031 of file extypes.h.

◆ HandleAttributes

UCHAR _SYSTEM_HANDLE_TABLE_ENTRY_INFO::HandleAttributes

Definition at line 1028 of file extypes.h.

◆ HandleValue

USHORT _SYSTEM_HANDLE_TABLE_ENTRY_INFO::HandleValue

Definition at line 1029 of file extypes.h.

◆ Object

PVOID _SYSTEM_HANDLE_TABLE_ENTRY_INFO::Object

Definition at line 1030 of file extypes.h.

◆ ObjectTypeIndex

UCHAR _SYSTEM_HANDLE_TABLE_ENTRY_INFO::ObjectTypeIndex

Definition at line 1027 of file extypes.h.

◆ UniqueProcessId

USHORT _SYSTEM_HANDLE_TABLE_ENTRY_INFO::UniqueProcessId

Definition at line 1025 of file extypes.h.


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