ReactOS 0.4.16-dev-205-g7b2bb7e
|
#include <rtltypes.h>
Public Attributes | |
struct _RTL_ATOM_TABLE_ENTRY * | HashLink |
USHORT | HandleIndex |
USHORT | Atom |
USHORT | ReferenceCount |
UCHAR | Flags |
UCHAR | NameLength |
WCHAR | Name [1] |
Definition at line 1671 of file rtltypes.h.
USHORT _RTL_ATOM_TABLE_ENTRY::Atom |
Definition at line 1675 of file rtltypes.h.
Referenced by RtlQueryAtomListInAtomTable().
UCHAR _RTL_ATOM_TABLE_ENTRY::Flags |
Definition at line 1677 of file rtltypes.h.
Referenced by RtlEmptyAtomTable().
USHORT _RTL_ATOM_TABLE_ENTRY::HandleIndex |
Definition at line 1674 of file rtltypes.h.
struct _RTL_ATOM_TABLE_ENTRY* _RTL_ATOM_TABLE_ENTRY::HashLink |
Definition at line 1673 of file rtltypes.h.
Referenced by RtlDestroyAtomTable(), RtlEmptyAtomTable(), RtlpHashAtomName(), and RtlQueryAtomListInAtomTable().
WCHAR _RTL_ATOM_TABLE_ENTRY::Name[1] |
Definition at line 1679 of file rtltypes.h.
Referenced by RtlpHashAtomName().
UCHAR _RTL_ATOM_TABLE_ENTRY::NameLength |
Definition at line 1678 of file rtltypes.h.
Referenced by RtlpHashAtomName().
USHORT _RTL_ATOM_TABLE_ENTRY::ReferenceCount |
Definition at line 1676 of file rtltypes.h.