Undocumented functions of NTDLL

2OO1, 1O February


ATOM_TABLE_INFORMATION
ATOM_TABLE_INFORMATION

typedef struct _ATOM_TABLE_INFORMATION {

ULONG NumberOfAtoms; RTL_ATOM Atoms[1]; } ATOM_TABLE_INFORMATION, *PATOM_TABLE_INFORMATION;



ATOM_TABLE_INFORMATION descriptes Global Atom Table. Is returned as a result of call NtQueryInformationAtom with AtomTableInformation information class.



Requirements:
Library: ntdll.lib


See also:
ATOM_BASIC_INFORMATION
ATOM_INFORMATION_CLASS
NtQueryInformationAtom