ReactOS 0.4.16-dev-1524-ga5ab400
_RTL_ATOM_TABLE_ENTRY Struct Reference

#include <rtltypes.h>

Collaboration diagram for _RTL_ATOM_TABLE_ENTRY:

Public Attributes

struct _RTL_ATOM_TABLE_ENTRYHashLink
 
USHORT HandleIndex
 
USHORT Atom
 
USHORT ReferenceCount
 
UCHAR Flags
 
UCHAR NameLength
 
WCHAR Name [1]
 
WORD HandleIndex
 
WORD Atom
 
WORD ReferenceCount
 

Detailed Description

Definition at line 1690 of file rtltypes.h.

Member Data Documentation

◆ Atom [1/2]

USHORT _RTL_ATOM_TABLE_ENTRY::Atom

Definition at line 1694 of file rtltypes.h.

Referenced by RtlQueryAtomListInAtomTable().

◆ Atom [2/2]

WORD _RTL_ATOM_TABLE_ENTRY::Atom

Definition at line 3378 of file winternl.h.

◆ Flags

UCHAR _RTL_ATOM_TABLE_ENTRY::Flags

Definition at line 1696 of file rtltypes.h.

Referenced by RtlEmptyAtomTable().

◆ HandleIndex [1/2]

USHORT _RTL_ATOM_TABLE_ENTRY::HandleIndex

Definition at line 1693 of file rtltypes.h.

◆ HandleIndex [2/2]

WORD _RTL_ATOM_TABLE_ENTRY::HandleIndex

Definition at line 3377 of file winternl.h.

◆ HashLink

struct _RTL_ATOM_TABLE_ENTRY * _RTL_ATOM_TABLE_ENTRY::HashLink

◆ Name

WCHAR _RTL_ATOM_TABLE_ENTRY::Name

Definition at line 1698 of file rtltypes.h.

Referenced by RtlpHashAtomName().

◆ NameLength

UCHAR _RTL_ATOM_TABLE_ENTRY::NameLength

Definition at line 1697 of file rtltypes.h.

Referenced by RtlpHashAtomName().

◆ ReferenceCount [1/2]

USHORT _RTL_ATOM_TABLE_ENTRY::ReferenceCount

Definition at line 1695 of file rtltypes.h.

◆ ReferenceCount [2/2]

WORD _RTL_ATOM_TABLE_ENTRY::ReferenceCount

Definition at line 3379 of file winternl.h.


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