ReactOS 0.4.16-dev-1481-ga753f34
_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 1194 of file extypes.h.

Member Data Documentation

◆ CreatorBackTraceIndex

USHORT _SYSTEM_HANDLE_TABLE_ENTRY_INFO::CreatorBackTraceIndex

Definition at line 1197 of file extypes.h.

◆ GrantedAccess

ULONG _SYSTEM_HANDLE_TABLE_ENTRY_INFO::GrantedAccess

Definition at line 1202 of file extypes.h.

◆ HandleAttributes

UCHAR _SYSTEM_HANDLE_TABLE_ENTRY_INFO::HandleAttributes

Definition at line 1199 of file extypes.h.

◆ HandleValue

USHORT _SYSTEM_HANDLE_TABLE_ENTRY_INFO::HandleValue

Definition at line 1200 of file extypes.h.

◆ Object

PVOID _SYSTEM_HANDLE_TABLE_ENTRY_INFO::Object

Definition at line 1201 of file extypes.h.

◆ ObjectTypeIndex

UCHAR _SYSTEM_HANDLE_TABLE_ENTRY_INFO::ObjectTypeIndex

Definition at line 1198 of file extypes.h.

◆ UniqueProcessId

USHORT _SYSTEM_HANDLE_TABLE_ENTRY_INFO::UniqueProcessId

Definition at line 1196 of file extypes.h.


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