ReactOS 0.4.15-dev-7934-g1dc8d80
_RTL_HANDLE_TABLE_ENTRY Struct Reference

#include <rtltypes.h>

Collaboration diagram for _RTL_HANDLE_TABLE_ENTRY:

Public Attributes

union {
   ULONG   Flags
 
   struct _RTL_HANDLE_TABLE_ENTRY *   NextFree
 
}; 
 

Detailed Description

Definition at line 1246 of file rtltypes.h.

Member Data Documentation

◆ 

union { ... } _RTL_HANDLE_TABLE_ENTRY::@2696

◆ Flags

ULONG _RTL_HANDLE_TABLE_ENTRY::Flags

Definition at line 1250 of file rtltypes.h.

Referenced by OpenThemeDataInternal(), RtlpCreateAtomHandle(), and START_TEST().

◆ NextFree

struct _RTL_HANDLE_TABLE_ENTRY* _RTL_HANDLE_TABLE_ENTRY::NextFree

Definition at line 1251 of file rtltypes.h.

Referenced by RtlAllocateHandle().


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