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.
- AtomName UNICODE Atom name.
- Atom Result of call - pointer to
RTL_ATOM.
- Documented by:
- Tomasz Nowak
Requirements:
- Library: ntdll.lib
See also:
- ATOM_BASIC_INFORMATION
- NtDeleteAtom
- NtFindAtom
- NtQueryInformationAtom