ReactOS 0.4.16-dev-13-ge2fc578
|
#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::@2425 |
union { ... } _HANDLE_TABLE_ENTRY::@2427 |
ULONG _HANDLE_TABLE_ENTRY::GrantedAccess |
Definition at line 606 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 612 of file extypes.h.
Referenced by ExChangeHandle(), ExDupHandleTable(), ExEnumHandleTable(), ExpAllocateHandleTable(), ExpAllocateLowLevelTable(), and QSI_DEF().
ULONG_PTR _HANDLE_TABLE_ENTRY::ObAttributes |
Definition at line 600 of file extypes.h.
Referenced by ObDuplicateObject(), ObpCreateHandle(), ObpCreateUnnamedHandle(), ObpReferenceProcessObjectByHandle(), ObQueryObjectAuditingByHandle(), ObReferenceObjectByHandle(), and QSI_DEF().
PVOID _HANDLE_TABLE_ENTRY::Object |
Definition at line 599 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 602 of file extypes.h.
Referenced by ExDupHandleTable(), ExpAllocateHandleTable(), and ExpAllocateLowLevelTable().