ReactOS 0.4.15-dev-7961-gdcf9eb0
_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 595 of file extypes.h.

Member Data Documentation

◆ 

union { ... } _HANDLE_TABLE_ENTRY::@2421

◆ 

union { ... } _HANDLE_TABLE_ENTRY::@2423

◆ CreatorBackTraceIndex

USHORT _HANDLE_TABLE_ENTRY::CreatorBackTraceIndex

Definition at line 610 of file extypes.h.

◆ GrantedAccess

◆ GrantedAccessIndex

USHORT _HANDLE_TABLE_ENTRY::GrantedAccessIndex

Definition at line 609 of file extypes.h.

◆ InfoTable

PHANDLE_TABLE_ENTRY_INFO _HANDLE_TABLE_ENTRY::InfoTable

Definition at line 601 of file extypes.h.

◆ NextFreeTableEntry

LONG _HANDLE_TABLE_ENTRY::NextFreeTableEntry

◆ ObAttributes

◆ Object

◆ Value

ULONG_PTR _HANDLE_TABLE_ENTRY::Value

Definition at line 602 of file extypes.h.

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


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