Process Hacker
_HANDLE_TABLE_ENTRY Struct Reference

#include <ntfill.h>

Data Fields

union {
   PVOID   Object
 
   ULONG   ObAttributes
 
   ULONG_PTR   Value
 
}; 
 
union {
   ACCESS_MASK   GrantedAccess
 
   LONG   NextFreeTableEntry
 
}; 
 

Detailed Description

Definition at line 75 of file ntfill.h.

Field Documentation

union { ... }
union { ... }
ACCESS_MASK GrantedAccess

Definition at line 85 of file ntfill.h.

LONG NextFreeTableEntry

Definition at line 86 of file ntfill.h.

ULONG ObAttributes

Definition at line 80 of file ntfill.h.

PVOID Object

Definition at line 79 of file ntfill.h.

ULONG_PTR Value

Definition at line 81 of file ntfill.h.


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