RTL ATOM TABLE

From aldeid
Jump to navigation Jump to search

Description

INCOMPLETE SECTION OR ARTICLE
This section/article is being written and is therefore not complete.
Thank you for your comprehension.

Structure

typedef struct _RTL_ATOM_TABLE
{
     ULONG Signature;
     RTL_CRITICAL_SECTION CriticalSection;
     RTL_HANDLE_TABLE RtlHandleTable;
     ULONG NumberOfBuckets;
     PRTL_ATOM_TABLE_ENTRY Buckets[1];
} RTL_ATOM_TABLE, *PRTL_ATOM_TABLE;