Undocumented functions of NTDLL

2OO1, 1O February


NtDeleteAtom
NtDeleteAtom

NTSYSAPI 
NTSTATUS
NTAPI

NtDeleteAtom(
IN RTL_ATOM Atom );



Function NtDeleteAtom remove Atom from Global Atom Table. If Atom's reference counter is greater then 1, function decrements this counter, but Atom stayed in Global Atom Table.



Requirements:
Library: ntdll.lib


See also:
ATOM_BASIC_INFORMATION
NtAddAtom
NtFindAtom
NtQueryInformationAtom