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

Public Attributes | |
| union { | |
| ULONG Flags | |
| struct _RTL_HANDLE_TABLE_ENTRY * NextFree | |
| }; | |
Definition at line 1240 of file rtltypes.h.
| union { ... } _RTL_HANDLE_TABLE_ENTRY::@2874 |
| ULONG _RTL_HANDLE_TABLE_ENTRY::Flags |
Definition at line 1244 of file rtltypes.h.
Referenced by OpenThemeDataInternal(), RtlpCreateAtomHandle(), and START_TEST().
| struct _RTL_HANDLE_TABLE_ENTRY* _RTL_HANDLE_TABLE_ENTRY::NextFree |
Definition at line 1245 of file rtltypes.h.
Referenced by RtlAllocateHandle().