IN RTL_ATOM Atom,
IN ATOM_INFORMATION_CLASS AtomInformationClass,
OUT PVOID AtomInformation,
IN ULONG AtomInformationLength,
OUT PULONG ReturnLength OPTIONAL );
NtQueryInformationAtom is used to get single Atom properties or to read Global Atom Table.
Atom
Atom to query. If AtomInformationClass parameter is AtomTableInformation, Atom parameter is not used.