ReactOS 0.4.15-dev-7958-gcd0bb1a
_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 1019 of file extypes.h.

Member Data Documentation

◆ CreatorBackTraceIndex

USHORT _SYSTEM_HANDLE_TABLE_ENTRY_INFO::CreatorBackTraceIndex

Definition at line 1022 of file extypes.h.

◆ GrantedAccess

ULONG _SYSTEM_HANDLE_TABLE_ENTRY_INFO::GrantedAccess

Definition at line 1027 of file extypes.h.

◆ HandleAttributes

UCHAR _SYSTEM_HANDLE_TABLE_ENTRY_INFO::HandleAttributes

Definition at line 1024 of file extypes.h.

◆ HandleValue

USHORT _SYSTEM_HANDLE_TABLE_ENTRY_INFO::HandleValue

Definition at line 1025 of file extypes.h.

◆ Object

PVOID _SYSTEM_HANDLE_TABLE_ENTRY_INFO::Object

Definition at line 1026 of file extypes.h.

◆ ObjectTypeIndex

UCHAR _SYSTEM_HANDLE_TABLE_ENTRY_INFO::ObjectTypeIndex

Definition at line 1023 of file extypes.h.

◆ UniqueProcessId

USHORT _SYSTEM_HANDLE_TABLE_ENTRY_INFO::UniqueProcessId

Definition at line 1021 of file extypes.h.


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