ReactOS 0.4.16-dev-1040-g85afe48
_HANDLE_TABLE_ENTRY Struct Reference

#include <extypes.h>

Collaboration diagram for _HANDLE_TABLE_ENTRY:

Public Attributes

union {
   PVOID   Object
 
   ULONG_PTR   ObAttributes
 
   PHANDLE_TABLE_ENTRY_INFO   InfoTable
 
   ULONG_PTR   Value
 
}; 
 
union {
   ULONG   GrantedAccess
 
   struct {
      USHORT   GrantedAccessIndex
 
      USHORT   CreatorBackTraceIndex
 
   } 
 
   LONG   NextFreeTableEntry
 
}; 
 

Detailed Description

Definition at line 597 of file extypes.h.

Member Data Documentation

◆ 

union { ... } _HANDLE_TABLE_ENTRY::@2513

◆ 

union { ... } _HANDLE_TABLE_ENTRY::@2515

◆ CreatorBackTraceIndex

USHORT _HANDLE_TABLE_ENTRY::CreatorBackTraceIndex

Definition at line 612 of file extypes.h.

◆ GrantedAccess

◆ GrantedAccessIndex

USHORT _HANDLE_TABLE_ENTRY::GrantedAccessIndex

Definition at line 611 of file extypes.h.

◆ InfoTable

PHANDLE_TABLE_ENTRY_INFO _HANDLE_TABLE_ENTRY::InfoTable

Definition at line 603 of file extypes.h.

◆ NextFreeTableEntry

LONG _HANDLE_TABLE_ENTRY::NextFreeTableEntry

◆ ObAttributes

◆ Object

◆ Value

ULONG_PTR _HANDLE_TABLE_ENTRY::Value

Definition at line 604 of file extypes.h.

Referenced by ExDupHandleTable(), ExpAllocateHandleTable(), and ExpAllocateLowLevelTable().


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