Undocumented functions of NTDLL

2OO1, 1O February


NtAddAtom
NtAddAtom

NTSYSAPI 
NTSTATUS
NTAPI

NtAddAtom(
IN PWCHAR AtomName, OUT PRTL_ATOM Atom );



Function NtAddAtom creates new Atom in Global Atom Table. If Atom with the same name already exist, internal Atom counter is incremented.



Requirements:
Library: ntdll.lib


See also:
ATOM_BASIC_INFORMATION
NtDeleteAtom
NtFindAtom
NtQueryInformationAtom