ReactOS 0.4.15-dev-7842-g558ab78
_SYSTEM_HANDLE_TABLE_ENTRY_INFO_EX Struct Reference

#include <extypes.h>

Collaboration diagram for _SYSTEM_HANDLE_TABLE_ENTRY_INFO_EX:

Public Attributes

PVOID Object
 
ULONG_PTR UniqueProcessId
 
ULONG_PTR HandleValue
 
ULONG GrantedAccess
 
USHORT CreatorBackTraceIndex
 
USHORT ObjectTypeIndex
 
ULONG HandleAttributes
 
ULONG Reserved
 

Detailed Description

Definition at line 1416 of file extypes.h.

Member Data Documentation

◆ CreatorBackTraceIndex

USHORT _SYSTEM_HANDLE_TABLE_ENTRY_INFO_EX::CreatorBackTraceIndex

Definition at line 1422 of file extypes.h.

◆ GrantedAccess

ULONG _SYSTEM_HANDLE_TABLE_ENTRY_INFO_EX::GrantedAccess

Definition at line 1421 of file extypes.h.

◆ HandleAttributes

ULONG _SYSTEM_HANDLE_TABLE_ENTRY_INFO_EX::HandleAttributes

Definition at line 1424 of file extypes.h.

◆ HandleValue

ULONG_PTR _SYSTEM_HANDLE_TABLE_ENTRY_INFO_EX::HandleValue

Definition at line 1420 of file extypes.h.

Referenced by test_query_handle_ex(), and test_query_object_types().

◆ Object

PVOID _SYSTEM_HANDLE_TABLE_ENTRY_INFO_EX::Object

Definition at line 1418 of file extypes.h.

◆ ObjectTypeIndex

USHORT _SYSTEM_HANDLE_TABLE_ENTRY_INFO_EX::ObjectTypeIndex

Definition at line 1423 of file extypes.h.

Referenced by test_query_object_types().

◆ Reserved

ULONG _SYSTEM_HANDLE_TABLE_ENTRY_INFO_EX::Reserved

Definition at line 1425 of file extypes.h.

◆ UniqueProcessId

ULONG_PTR _SYSTEM_HANDLE_TABLE_ENTRY_INFO_EX::UniqueProcessId

Definition at line 1419 of file extypes.h.

Referenced by test_query_handle_ex(), and test_query_object_types().


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