ReactOS 0.4.16-dev-1521-gb8f1da6
_RTL_ATOM_TABLE Struct Reference

#include <rtltypes.h>

Collaboration diagram for _RTL_ATOM_TABLE:

Public Attributes

ULONG Signature
 
union {
   FAST_MUTEX   FastMutex
 
}; 
 
union {
   PHANDLE_TABLE   ExHandleTable
 
}; 
 
ULONG NumberOfBuckets
 
PRTL_ATOM_TABLE_ENTRY Buckets [1]
 
RTL_CRITICAL_SECTION CriticalSection
 
RTL_HANDLE_TABLE HandleTable
 
RTL_ATOM_TABLE_ENTRYBuckets [1]
 

Detailed Description

Definition at line 1701 of file rtltypes.h.

Member Data Documentation

◆ 

union { ... } _RTL_ATOM_TABLE::@2883

◆ 

union { ... } _RTL_ATOM_TABLE::@2885

◆ Buckets [1/2]

PRTL_ATOM_TABLE_ENTRY _RTL_ATOM_TABLE::Buckets[1]

Definition at line 1721 of file rtltypes.h.

◆ Buckets [2/2]

RTL_ATOM_TABLE_ENTRY* _RTL_ATOM_TABLE::Buckets[1]

Definition at line 3391 of file winternl.h.

◆ CriticalSection

RTL_CRITICAL_SECTION _RTL_ATOM_TABLE::CriticalSection

Definition at line 3388 of file winternl.h.

◆ ExHandleTable

PHANDLE_TABLE _RTL_ATOM_TABLE::ExHandleTable

Definition at line 1717 of file rtltypes.h.

◆ FastMutex

FAST_MUTEX _RTL_ATOM_TABLE::FastMutex

Definition at line 1709 of file rtltypes.h.

◆ HandleTable

RTL_HANDLE_TABLE _RTL_ATOM_TABLE::HandleTable

Definition at line 3389 of file winternl.h.

◆ NumberOfBuckets

ULONG _RTL_ATOM_TABLE::NumberOfBuckets

Definition at line 1720 of file rtltypes.h.

◆ Signature

ULONG _RTL_ATOM_TABLE::Signature

Definition at line 1703 of file rtltypes.h.


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