|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <extypes.h>

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 | |
| }; | |
| union { ... } _HANDLE_TABLE_ENTRY::@2605 |
| union { ... } _HANDLE_TABLE_ENTRY::@2607 |
| ULONG _HANDLE_TABLE_ENTRY::GrantedAccess |
Definition at line 777 of file extypes.h.
Referenced by NtWaitForMultipleObjects(), ObDuplicateObject(), ObpCreateHandle(), ObpCreateUnnamedHandle(), ObpReferenceProcessObjectByHandle(), ObReferenceFileObjectForWrite(), ObReferenceObjectByHandle(), PspCreateProcess(), PspCreateThread(), QSI_DEF(), and RtlpCreateAtomHandle().
| PHANDLE_TABLE_ENTRY_INFO _HANDLE_TABLE_ENTRY::InfoTable |
| LONG _HANDLE_TABLE_ENTRY::NextFreeTableEntry |
Definition at line 783 of file extypes.h.
Referenced by ExChangeHandle(), ExDupHandleTable(), ExEnumHandleTable(), ExpAllocateHandleTable(), ExpAllocateLowLevelTable(), and QSI_DEF().
| ULONG_PTR _HANDLE_TABLE_ENTRY::ObAttributes |
Definition at line 771 of file extypes.h.
Referenced by ObDuplicateObject(), ObpCreateHandle(), ObpCreateUnnamedHandle(), ObpReferenceProcessObjectByHandle(), ObQueryObjectAuditingByHandle(), ObReferenceObjectByHandle(), and QSI_DEF().
| PVOID _HANDLE_TABLE_ENTRY::Object |
Definition at line 770 of file extypes.h.
Referenced by ExChangeHandle(), ExDupHandleTable(), ExEnumHandleTable(), ObDuplicateObject(), ObpCreateHandle(), ObpCreateUnnamedHandle(), PsLookupProcessByProcessId(), PsLookupProcessThreadByCid(), PsLookupThreadByThreadId(), PspCreateProcess(), PspCreateThread(), QSI_DEF(), RtlpCreateAtomHandle(), and RtlpGetAtomEntry().
| ULONG_PTR _HANDLE_TABLE_ENTRY::Value |
Definition at line 773 of file extypes.h.
Referenced by ExDupHandleTable(), ExpAllocateHandleTable(), and ExpAllocateLowLevelTable().