//0x70 bytes (sizeof)
struct _RTL_ATOM_TABLE
{
ULONG Signature; //0x0
struct _RTL_CRITICAL_SECTION CriticalSection; //0x8
struct _RTL_HANDLE_TABLE RtlHandleTable; //0x30
ULONG NumberOfBuckets; //0x60
struct _RTL_ATOM_TABLE_ENTRY* Buckets[1]; //0x68
};